Report EXPERIMENTAL_API diagnostics on various implicit usages
#KT-32443 Fixed #KT-22852 Fixed
This commit is contained in:
committed by
teamcityserver
parent
d8d38862d9
commit
0a670bf055
+6
@@ -34309,6 +34309,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/fullFqNameUsage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitUsages.kt")
|
||||
public void testImplicitUsages() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/implicitUsages.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("importStatement.kt")
|
||||
public void testImportStatement() throws Exception {
|
||||
|
||||
+6
@@ -34309,6 +34309,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/fullFqNameUsage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitUsages.kt")
|
||||
public void testImplicitUsages() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/implicitUsages.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("importStatement.kt")
|
||||
public void testImportStatement() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user