[FIR] Support fields as part of graph of class initialization
^KT-49747 Fixed
This commit is contained in:
committed by
teamcityserver
parent
5778cb440f
commit
9c7058c3c5
+6
@@ -3527,6 +3527,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/smartcasts/smartCastInInit.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartcastInByClause.kt")
|
||||
public void testSmartcastInByClause() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/smartcasts/smartcastInByClause.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartcastToNothing.kt")
|
||||
public void testSmartcastToNothing() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user