mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-29 14:41:52 +00:00
Revised implicit type conversions; Initial function expression compilation
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
function test(a: i32, b: i32): void {
|
||||
function test(a: u32, b: u32): void {
|
||||
|
||||
// signed
|
||||
assert(<i8>(a + b) == <i8>(<i8>a + <i8>b));
|
||||
|
Reference in New Issue
Block a user