[Test] Add test for KT-45814
^KT-45814 Can't reproduce
This commit is contained in:
committed by
Space Team
parent
a1a9a55e1a
commit
d01a2c7271
+6
@@ -29638,6 +29638,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt3993.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45814.kt")
|
||||
public void testKt45814() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt45814.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51460.kt")
|
||||
public void testKt51460() throws Exception {
|
||||
|
||||
+6
@@ -29542,6 +29542,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt3993.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45814.kt")
|
||||
public void testKt45814() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt45814.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51460.kt")
|
||||
public void testKt51460() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user