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

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;
}