Provide more precise check for ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED

#KT-47542 Fixed
This commit is contained in:
Mikhail Glukhikh
2021-08-23 14:07:54 +03:00
parent 7f12cda233
commit bbb76aae3f
11 changed files with 182 additions and 15 deletions
@@ -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 {