mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 10:41:42 +00:00
Cleanup; Documentation
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
0 ? unreachable() : 1;
|
||||
1 ? 1 : unreachable();
|
||||
(0 ? unreachable() : 1) ? 1 : unreachable();
|
||||
|
||||
let a: i32;
|
||||
|
||||
a = 0 ? unreachable() : 1;
|
||||
|
Reference in New Issue
Block a user