K2 opt-in: don't take sub./int. override parent classes into account
#KT-54823 Fixed
This commit is contained in:
committed by
Space Team
parent
c1c5933c72
commit
73cb4d1a6e
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user