FIR: don't create delegated constructor call in expect
#KT-51756 Fixed
This commit is contained in:
+6
@@ -3225,6 +3225,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/doubleGenericDiamond.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectConstructor.kt")
|
||||
public void testExpectConstructor() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/expectConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeTypeMismatchOnExtensionReference.kt")
|
||||
public void testFakeTypeMismatchOnExtensionReference() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user