[FIR] DFA: add missing unwrap for FirDesugaredAssignmentValueReferenceExpression
^KT-60319 Fixed ^KT-61407 Fixed
This commit is contained in:
committed by
Space Team
parent
c01d27a61e
commit
3debf36d60
+6
@@ -8248,6 +8248,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/dataFlow/CalleeExpression.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("desugaredAssignment.kt")
|
||||
public void testDesugaredAssignment() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/dataFlow/desugaredAssignment.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EmptyIf.kt")
|
||||
public void testEmptyIf() throws Exception {
|
||||
|
||||
+6
@@ -8248,6 +8248,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/dataFlow/CalleeExpression.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("desugaredAssignment.kt")
|
||||
public void testDesugaredAssignment() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/dataFlow/desugaredAssignment.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EmptyIf.kt")
|
||||
public void testEmptyIf() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user