FIR. Fix smart-cast expression unwrapping in plus with assign resolve
This commit is contained in:
committed by
teamcity
parent
f946496979
commit
8f51c51eee
+6
@@ -2117,6 +2117,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/expresssions/overriddenJavaGetter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("plusWithAssignSmartCast.kt")
|
||||
public void testPlusWithAssignSmartCast() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/expresssions/plusWithAssignSmartCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateObjectLiteral.kt")
|
||||
public void testPrivateObjectLiteral() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user