mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Found a weird bug, reporting it
This commit is contained in:
9
scripts/empty.toy
Normal file
9
scripts/empty.toy
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
//BUG: this causes a strange error message
|
||||
if (true) {
|
||||
;
|
||||
}
|
||||
else {
|
||||
;
|
||||
}
|
||||
Reference in New Issue
Block a user