mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
autogenerate test suite
This commit is contained in:
parent
76bf3a2a07
commit
274faf1e0a
7 changed files with 332 additions and 1732 deletions
|
|
@ -1,3 +1,3 @@
|
|||
fun foo(a) {
|
||||
var a; // Error at 'a': Already a variable with this name in this scope.
|
||||
var a;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue