Minor: formatting and warnings
This commit is contained in:
+1
-1
@@ -387,7 +387,7 @@ public class KotlinLightClassForExplicitDeclaration extends KotlinWrappingLightC
|
||||
@Override
|
||||
public PsiModifierList getModifierList() {
|
||||
if (modifierList == null) {
|
||||
modifierList = new KotlinLightModifierList(KotlinLightClassForExplicitDeclaration.this.computeModifiers());
|
||||
modifierList = new KotlinLightModifierList(computeModifiers());
|
||||
}
|
||||
return modifierList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user