mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-30 21:52:18 +00:00
Type declaration parsing; Future feature references
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
while (1) {
|
||||
;
|
||||
}
|
||||
while (true) {
|
||||
while (false) {
|
||||
;
|
||||
}
|
||||
while ("str") {
|
||||
;
|
||||
}
|
||||
while (1) ;
|
||||
|
Reference in New Issue
Block a user