[FIR] support flexible types in ConeKotlinType#independentInstance
^KT-60580 Fixed
This commit is contained in:
committed by
Space Team
parent
dc56c5cf9e
commit
8820867341
+6
@@ -20156,6 +20156,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt36856.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60580.kt")
|
||||
public void testKt60580() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt60580.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6720_abstractProperty.kt")
|
||||
public void testKt6720_abstractProperty() throws Exception {
|
||||
|
||||
+6
@@ -20156,6 +20156,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt36856.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60580.kt")
|
||||
public void testKt60580() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt60580.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6720_abstractProperty.kt")
|
||||
public void testKt6720_abstractProperty() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user