Allow empty argument list methods.
- Compile them as calls and definitions. - Use them for call(), clear(), run(), try(), and yield(). - Update the docs.
This commit is contained in:
@@ -16,10 +16,10 @@ var g = null
|
||||
}
|
||||
}
|
||||
|
||||
f.call
|
||||
f.call()
|
||||
// expect: local
|
||||
// expect: after f
|
||||
|
||||
g.call
|
||||
g.call()
|
||||
// expect: after f
|
||||
// expect: after g
|
||||
|
||||
Reference in New Issue
Block a user