add proper Integer32 and Integer64 literals

This commit is contained in:
Luna 2019-09-27 12:07:20 -03:00
parent 76d888bde8
commit 7e41d03eb9
7 changed files with 90 additions and 12 deletions

View file

@ -7,8 +7,8 @@ fn f() i32 {
return 2;
}
fn f2() i32 {
return f.awoo;
fn f2() i64 {
return 1301;
}
enum B {