[FE 1.0] Don't try to compute value parameters for variables while creating a flat signature for the overload resolution

^KT-50172 Fixed
This commit is contained in:
Victor Petukhov
2021-12-10 11:10:22 +03:00
committed by teamcity
parent c998582e13
commit e50e055eb4
10 changed files with 65 additions and 3 deletions
@@ -2505,6 +2505,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/callableReference/kt47988.kt");
}
@TestMetadata("kt50172.kt")
public void testKt50172() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt50172.kt");
}
@TestMetadata("nested.kt")
public void testNested() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/nested.kt");