[FIR] Don't smartcast variables to invisible types
#KT-44802 Fixed
This commit is contained in:
+5
@@ -30120,6 +30120,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/smartCasts/kt42517.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44802.kt")
|
||||
public void testKt44802() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/kt44802.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44804.kt")
|
||||
public void testKt44804() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/kt44804.kt");
|
||||
|
||||
Reference in New Issue
Block a user