Make "this" the implicit receiver!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Foo {
|
||||
getClosure {
|
||||
return fn {
|
||||
return this.toString
|
||||
return toString
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user