Provide more precise check for ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED
#KT-47542 Fixed
This commit is contained in:
+6
@@ -2054,6 +2054,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/rendering/notImplementedMembers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notImplementedMembersAroundJava.kt")
|
||||
public void testNotImplementedMembersAroundJava() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/rendering/notImplementedMembersAroundJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tooManyArguments.kt")
|
||||
public void testTooManyArguments() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user