FIR: Resolve error expression in initializer of FirField
^KT-54775 Fixed
This commit is contained in:
committed by
Space Team
parent
156c2db855
commit
583584be7e
+6
@@ -368,6 +368,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/kt54220.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54775.kt")
|
||||
public void testKt54775() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/kt54775.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labelAndReceiverForInfix.kt")
|
||||
public void testLabelAndReceiverForInfix() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user