Add regression test for KT-45905
This commit is contained in:
committed by
TeamCityServer
parent
c386b10f04
commit
24b6c5df56
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user