Report EXPERIMENTAL_API diagnostics on various implicit usages

#KT-32443 Fixed
#KT-22852 Fixed
This commit is contained in:
Mikhail Glukhikh
2021-05-20 12:20:42 +03:00
committed by teamcityserver
parent d8d38862d9
commit 0a670bf055
17 changed files with 472 additions and 17 deletions
@@ -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 {
@@ -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 {