No longer allow a local variable to be used as a function during dot notation sugar lookup. It's far less confusing this way
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
var addit = fun(x, y) { return x+y }
|
||||
|
||||
print(3.addit(4))
|
@@ -1 +0,0 @@
|
||||
7
|
Reference in New Issue
Block a user