mirror of
https://github.com/MorizzG/rlox.git
synced 2026-02-04 11:54:48 +00:00
3 lines
90 B
Lox
3 lines
90 B
Lox
fun foo(a) {
|
|
var a; // Error at 'a': Already a variable with this name in this scope.
|
|
}
|