K2 opt-in: drop redundant recursive check for overridables
This commit is contained in:
committed by
Space Team
parent
cd81f22bd3
commit
a77750a257
+6
@@ -37964,6 +37964,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/noRetentionAfter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overridableCheck.kt")
|
||||
public void testOverridableCheck() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/overridableCheck.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("override.kt")
|
||||
public void testOverride() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user