[FIR] Add test for KT-49249
This commit is contained in:
committed by
Space Team
parent
019d7db737
commit
092ebf4c11
+6
@@ -4015,6 +4015,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/smartcasts/literalInWhenSubject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("longElvisChain.kt")
|
||||
public void testLongElvisChain() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/smartcasts/longElvisChain.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("multipleCasts.kt")
|
||||
public void testMultipleCasts() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user