Revert "Revert 0.7.6 code for 0.7.5 re-release"

This reverts commit d1349c9cfb.
This commit is contained in:
Christoffer Lerno
2025-09-05 23:30:35 +02:00
parent d1349c9cfb
commit e605a21fd3
63 changed files with 1148 additions and 796 deletions

View File

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

View File

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