Resolving and Binding 11

This commit is contained in:
nazrin 2025-06-02 16:04:04 +00:00
parent a1acefab0e
commit 52a7b73a9e
14 changed files with 263 additions and 22 deletions

View file

@ -0,0 +1,6 @@
fun bad(){
var a = "first";
var a = "second";
}

View file

@ -0,0 +1,3 @@
return ":)";

View file

@ -0,0 +1,3 @@
foo

View file

@ -0,0 +1,3 @@
var x = x + 1;

View file

@ -0,0 +1,3 @@
print hello;