Substitute lambda's receiver type during completion including the builder inference stub variables substitution

^KT-42175 Fixed
This commit is contained in:
Victor Petukhov
2020-12-25 17:27:06 +03:00
parent 672859d447
commit 37473ad640
10 changed files with 84 additions and 3 deletions
@@ -13507,6 +13507,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testSubstituteTypeVariableIntolambdaParameterDescriptor() throws Exception {
runTest("compiler/testData/codegen/box/inference/builderInference/substituteTypeVariableIntolambdaParameterDescriptor.kt");
}
@TestMetadata("substitutelambdaExtensionReceiverType.kt")
public void testSubstitutelambdaExtensionReceiverType() throws Exception {
runTest("compiler/testData/codegen/box/inference/builderInference/substitutelambdaExtensionReceiverType.kt");
}
}
}