Fix bugs, add propper tests
This commit is contained in:
5
old_tests/parser/functions.mcl
Normal file
5
old_tests/parser/functions.mcl
Normal file
@@ -0,0 +1,5 @@
|
||||
fn main(argc: i32, argv: &[Str]) -> i32 {
|
||||
return 0;
|
||||
}
|
||||
fn Baz.main(self: &mut Baz, a: &Foo, b: &mut Bar) -> &Nya;
|
||||
fn Baz.main(a: &Foo, b: &mut Bar) -> &Nya;
|
||||
Reference in New Issue
Block a user