Wooo actual scoping and better C interop
This commit is contained in:
7
tests/sameNameOne.krak
Normal file
7
tests/sameNameOne.krak
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|int| sameVar;
|
||||
|int| sameFun() { return 5; }
|
||||
typedef classTester {
|
||||
|int| method() { return 8; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user