FIR: don't create incorrect constraints in CallableReferenceResolution
#KT-50994 Fixed Related to KT-49477
This commit is contained in:
+6
@@ -37368,6 +37368,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
public void testKt32249() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/delegates/kt32249.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50994.kt")
|
||||
public void testKt50994() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/delegates/kt50994.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user