Removed original_type, pure, removed bigint, added i128 type, lots of fixes to $Foo, reassigning ct type, catch/macro, "!", removed type inference.

This commit is contained in:
Christoffer Lerno
2021-10-08 10:07:40 +02:00
committed by Christoffer Lerno
parent 1b086e06f1
commit b4df56db54
84 changed files with 4820 additions and 4173 deletions

View File

@@ -24,7 +24,7 @@ func Xe foo(Xe a)
{
a.c = 123;
a.a = 39249;
a.b = 12301230123123;
a.b = 12301230123123i64;
a.z = 1;
return a;
}