Revert "[FIR] Do not smartcast class delegation implemented properties"

This reverts commit bb6f466162.

Reverting the fix for KT-57417 as it causes failures in IntelliJ and
Space projects. May reintroduce fix after failures are investigated and
resolved.
This commit is contained in:
Brian Norman
2024-01-29 10:28:43 -06:00
committed by Space Team
parent e8be5b4b0b
commit 7f9774819c
8 changed files with 5 additions and 54 deletions
@@ -36991,12 +36991,6 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/capturedInlineModifiedBefore.kt");
}
@Test
@TestMetadata("classDelegation.kt")
public void testClassDelegation() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/classDelegation.kt");
}
@Test
@TestMetadata("doWhileWithBreak.kt")
public void testDoWhileWithBreak() throws Exception {
@@ -36991,12 +36991,6 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/capturedInlineModifiedBefore.kt");
}
@Test
@TestMetadata("classDelegation.kt")
public void testClassDelegation() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/classDelegation.kt");
}
@Test
@TestMetadata("doWhileWithBreak.kt")
public void testDoWhileWithBreak() throws Exception {