[NI] Approximate receivers for callable reference candidates

#KT-36221 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2020-01-31 15:13:14 +03:00
parent 517688e163
commit 60a2d0f037
6 changed files with 66 additions and 2 deletions
@@ -2082,6 +2082,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/callableReference/bound/receiverEvaluatedOnce.kt");
}
@TestMetadata("referenceToGetSetMethodsFromVararg.kt")
public void testReferenceToGetSetMethodsFromVararg() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/bound/referenceToGetSetMethodsFromVararg.kt");
}
@TestMetadata("simpleFunction.kt")
public void testSimpleFunction() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/bound/simpleFunction.kt");