mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-15 07:51:32 +00:00
Fix compilation of immediate called function expressions
This commit is contained in:
@ -12,5 +12,4 @@ i32Adder(1, 2);
|
||||
var i64Adder = makeAdder<i64>();
|
||||
i64Adder(1, 2);
|
||||
|
||||
// TODO:
|
||||
// makeAdder<f64>()(1, 2);
|
||||
makeAdder<f64>()(1, 2);
|
||||
|
Reference in New Issue
Block a user