mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 19:25:02 +00:00
TraitSlotConst is not callable
This commit is contained in:
@@ -1158,6 +1158,9 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
type = typeToPath(ti.returnType);
|
||||
callType = typeToPath(ti.callReturnType);
|
||||
}
|
||||
if (ti.trait instanceof TraitSlotConst) {
|
||||
callType = null;
|
||||
}
|
||||
if (ti.trait instanceof TraitMethodGetterSetter) {
|
||||
TraitMethodGetterSetter tmgs = (TraitMethodGetterSetter) ti.trait;
|
||||
if (tmgs.kindType == Trait.TRAIT_SETTER) {
|
||||
|
||||
Reference in New Issue
Block a user