[SLC] SymbolLightClassForEnumEntry: improve implementation
^KT-54051 ^KT-50241
This commit is contained in:
committed by
Space Team
parent
5f20c10185
commit
a7fae5fd99
@@ -0,0 +1,16 @@
|
||||
public static final class FirstEntry /* p.KotlinEnum.FirstEntry*/ extends p.KotlinEnum {
|
||||
private final int firstEntryProp;
|
||||
|
||||
private int variable;
|
||||
|
||||
FirstEntry();// .ctor()
|
||||
|
||||
public final int getFirstEntryProp();// getFirstEntryProp()
|
||||
|
||||
public final int getVariable();// getVariable()
|
||||
|
||||
public final void firstEntryFun();// firstEntryFun()
|
||||
|
||||
public void abstractFun();// abstractFun()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user