autogenerate test suite

This commit is contained in:
Moritz Gmeiner 2024-09-02 15:35:28 +02:00
commit 274faf1e0a
7 changed files with 332 additions and 1732 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,3 +0,0 @@
// [line 3] Error: Unexpected character.
// [java line 3] Error at 'b': Expect ')' after arguments.
foo(a | b);

View file

@ -1,3 +1,3 @@
fun foo(a) {
var a; // Error at 'a': Already a variable with this name in this scope.
var a;
}