[FIR] Fix clearing info about DF variable after reassignment
This commit is contained in:
+5
@@ -12338,6 +12338,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/FakeOverrideBuilder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("falsePositiveBoundSmartcast.kt")
|
||||
public void testFalsePositiveBoundSmartcast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/falsePositiveBoundSmartcast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Fir2IrClassifierStorage.kt")
|
||||
public void testFir2IrClassifierStorage() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/Fir2IrClassifierStorage.kt");
|
||||
|
||||
Reference in New Issue
Block a user