fixining what IDEA formatter did
This commit is contained in:
@@ -1104,8 +1104,7 @@ public class ImplementationBodyCodegen extends ClassBodyCodegen {
|
|||||||
iv.aconst(enumConstant.getName());
|
iv.aconst(enumConstant.getName());
|
||||||
iv.iconst(ordinal);
|
iv.iconst(ordinal);
|
||||||
|
|
||||||
if (delegationSpecifiers.size() == 1 && !
|
if (delegationSpecifiers.size() == 1 && !enumEntryNeedSubclass(state.getBindingContext(), enumConstant)) {
|
||||||
enumEntryNeedSubclass(state.getBindingContext(), enumConstant)) {
|
|
||||||
final JetDelegationSpecifier specifier = delegationSpecifiers.get(0);
|
final JetDelegationSpecifier specifier = delegationSpecifiers.get(0);
|
||||||
if (specifier instanceof JetDelegatorToSuperCall) {
|
if (specifier instanceof JetDelegatorToSuperCall) {
|
||||||
final JetDelegatorToSuperCall superCall = (JetDelegatorToSuperCall) specifier;
|
final JetDelegatorToSuperCall superCall = (JetDelegatorToSuperCall) specifier;
|
||||||
|
|||||||
Reference in New Issue
Block a user