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