fix tests broken yesterday
sorry, everyone
This commit is contained in:
@@ -56,7 +56,7 @@ public class ImplementationBodyCodegen extends ClassBodyCodegen {
|
|||||||
isAbstract = true;
|
isAbstract = true;
|
||||||
isInterface = true;
|
isInterface = true;
|
||||||
}
|
}
|
||||||
if (!jetClass.hasModifier(JetTokens.OPEN_KEYWORD)) {
|
if (!jetClass.hasModifier(JetTokens.OPEN_KEYWORD) && !isAbstract) {
|
||||||
isFinal = true;
|
isFinal = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user