Revert 0.7.6 code for 0.7.5 re-release

This commit is contained in:
Christoffer Lerno
2025-09-05 18:41:41 +02:00
parent c375aef9a3
commit d1349c9cfb
63 changed files with 796 additions and 1148 deletions

View File

@@ -20,12 +20,12 @@ fn void test_unknown_member()
}
fn void test_nonstatic_struct_func1()
fn void test_nonstatic_stuct_func1()
{
Func2 a = &Foo.func2;
}
fn void test_nonstatic_struct_func2()
fn void test_nonstatic_stuct_func2()
{
int b = Foo.func2(null, 2);
}

View File

@@ -5,5 +5,5 @@ struct GlobalNode
struct Ast
{
GlobalNode global; // #error: Recursive definition of 'GlobalNode'
}
GlobalNode global; // #error: Recursive defintion of 'GlobalNode'
}