FIR: don't create incorrect constraints in CallableReferenceResolution

#KT-50994 Fixed
Related to KT-49477
This commit is contained in:
Mikhail Glukhikh
2022-04-18 14:07:08 +03:00
committed by Space
parent bdf229bc5c
commit 0ecba0ad0b
12 changed files with 178 additions and 388 deletions
@@ -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