"this" expressions.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
this // expect error
|
||||
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
bar { this }
|
||||
baz { "baz" }
|
||||
}
|
||||
|
||||
Foo.new.bar.baz
|
||||
@@ -0,0 +1,3 @@
|
||||
fn {
|
||||
this // expect error
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
var this = "value" // expect error
|
||||
Reference in New Issue
Block a user