rlox/interpreter/tests/lox/variable/use_this_as_var.lox

2 lines
71 B
Lox
Raw Normal View History

2024-09-01 19:15:55 +02:00
// [line 2] Error at 'this': Expect variable name.
var this = "value";