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