Make EXPERIMENTAL_API_USAGE_ERR warning till 1.6 for signature type case
This commit is contained in:
+6
@@ -34891,6 +34891,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/implicitUsages.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitUsagesFuture.kt")
|
||||
public void testImplicitUsagesFuture() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/implicitUsagesFuture.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("importStatement.kt")
|
||||
public void testImportStatement() throws Exception {
|
||||
|
||||
+6
@@ -34891,6 +34891,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/implicitUsages.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitUsagesFuture.kt")
|
||||
public void testImplicitUsagesFuture() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/implicitUsagesFuture.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("importStatement.kt")
|
||||
public void testImportStatement() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user