Prepare removing "func"

This commit is contained in:
Christoffer Lerno
2022-01-18 14:15:44 +01:00
parent e4e8abbc6c
commit 1e56948a22
4 changed files with 6 additions and 6 deletions

View File

@@ -143,7 +143,7 @@ fn void test19()
/*
const i32 Num = 200;
func void test1() {
fn void test1() {
i8 a = test.Num; // @error{constant value 200 out-of-bounds for type 'i8', range [-128, 127]}
}*/