Fixed Kalypso's scope lookup to handle ::, ported another test (+ got another one from having proper scope operator)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import io;
|
||||
import simple_print;
|
||||
|
||||
fun nothing(): void {}
|
||||
|
||||
fun main(): int {
|
||||
nothing();
|
||||
io::println("It was nothing");
|
||||
simple_print::println("It was nothing");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user