Add regression test for KT-45905

This commit is contained in:
Dmitriy Novozhilov
2021-04-27 11:51:38 +03:00
committed by TeamCityServer
parent c386b10f04
commit 24b6c5df56
7 changed files with 80 additions and 0 deletions
@@ -1840,6 +1840,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/annotations/typeUse/kt25876.kt");
}
@Test
@TestMetadata("kt45905.kt")
public void testKt45905() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/typeUse/kt45905.kt");
}
@Test
@TestMetadata("kt46173.kt")
public void testKt46173() throws Exception {
@@ -1840,6 +1840,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/annotations/typeUse/kt25876.kt");
}
@Test
@TestMetadata("kt45905.kt")
public void testKt45905() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/typeUse/kt45905.kt");
}
@Test
@TestMetadata("kt46173.kt")
public void testKt46173() throws Exception {