mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 08:54:53 +00:00
Issue #725 AS3 direct edit - Unbounded type fix
This commit is contained in:
@@ -1308,6 +1308,9 @@ public class AVM2SourceGenerator implements SourceGenerator {
|
||||
if (type instanceof UnboundedTypeItem) {
|
||||
return 0;
|
||||
}
|
||||
if((""+type).equals("*")){
|
||||
return 0;
|
||||
}
|
||||
|
||||
return resolveType(localData, type, abc, allABCs);
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user