mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Resolved #13
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
|
||||
|
||||
//BUG: this causes a strange error message
|
||||
if (true) {
|
||||
;
|
||||
}
|
||||
else {
|
||||
;
|
||||
}
|
||||
if (true);
|
||||
else;
|
||||
|
||||
Reference in New Issue
Block a user