K2 opt-in: don't take sub./int. override parent classes into account

#KT-54823 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-11-15 13:14:16 +01:00
committed by Space Team
parent c1c5933c72
commit 73cb4d1a6e
7 changed files with 109 additions and 9 deletions
@@ -37850,6 +37850,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/bodyUsagesAndInline.kt");
}
@Test
@TestMetadata("callOfBaseFunctionFromGeneric.kt")
public void testCallOfBaseFunctionFromGeneric() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/callOfBaseFunctionFromGeneric.kt");
}
@Test
@TestMetadata("classMembers.kt")
public void testClassMembers() throws Exception {