mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 18:51:43 +00:00
possible-null assignment to non-null, notes
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
(export "testLogicalOr" (func $possibly-null/testTrue))
|
||||
(export "testLogicalAndMulti" (func $possibly-null/testLogicalAndMulti))
|
||||
(export "testLogicalOrMulti" (func $possibly-null/testLogicalAndMulti))
|
||||
(export "testAssign" (func $possibly-null/testLogicalAndMulti))
|
||||
(func $possibly-null/testTrue (; 0 ;) (type $FUNCSIG$vi) (param $0 i32)
|
||||
nop
|
||||
)
|
||||
|
Reference in New Issue
Block a user