mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 17:09:23 +00:00
Fixed #1888 Missing casts in ternar
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -13,6 +13,9 @@ package tests
|
||||
var j:int = n;
|
||||
s = String(j);
|
||||
s = ns;
|
||||
|
||||
s = String((i == 4) ? "" : i);
|
||||
s = (i == 4) ? "" : String(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user