add proper Integer32 and Integer64 literals
This commit is contained in:
parent
76d888bde8
commit
7e41d03eb9
7 changed files with 90 additions and 12 deletions
|
@ -7,8 +7,8 @@ fn f() i32 {
|
|||
return 2;
|
||||
}
|
||||
|
||||
fn f2() i32 {
|
||||
return f.awoo;
|
||||
fn f2() i64 {
|
||||
return 1301;
|
||||
}
|
||||
|
||||
enum B {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue