K1: add deprecation for implicit non-public calls #KT-54762 Fixed
This commit is contained in:
committed by
Space Team
parent
f4b5f5ff5d
commit
ac514849f4
+6
@@ -375,6 +375,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/initializedAfterRethrow.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineDeprecationsOnImplicitCalls.kt")
|
||||
public void testInlineDeprecationsOnImplicitCalls() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inlineDeprecationsOnImplicitCalls.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InvokeAndRecursiveResolve.kt")
|
||||
public void testInvokeAndRecursiveResolve() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user