mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:50:46 +00:00
Issue 24: Switch in anonymous function
This commit is contained in:
@@ -1945,7 +1945,7 @@ public class AVM2Code {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
String strippedP = Highlighting.stripHilights(parts[p]);
|
||||
String strippedP = Highlighting.stripHilights(parts[p]).trim();
|
||||
if (strippedP.endsWith(":") && (!strippedP.startsWith("case ")) && (!strippedP.equals("default:"))) {
|
||||
String loopname = strippedP.substring(0, strippedP.length() - 1);
|
||||
boolean dorefer = false;
|
||||
|
||||
Reference in New Issue
Block a user