mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Improved defer functionality, handling goto, conditional defers, next, break, continue, fixed bugs with module path detection. Improved switch parsing. Better errors on unknown module.
This commit is contained in:
@@ -6,6 +6,9 @@ import testbaz;
|
||||
public func void test()
|
||||
{
|
||||
Foo x;
|
||||
baz::foo::test();
|
||||
foo::test();
|
||||
baz::foo::Foo y;
|
||||
foo::Foo d;
|
||||
Zab z;
|
||||
}
|
||||
Reference in New Issue
Block a user