KT-13025: when receiver of call of 'invoke' method is a Function, check whether receiver is an extension function and generate additional '.call' invocation. Fix #KT-13025
This commit is contained in:
@@ -61,4 +61,8 @@ public final class InvokeConventionTest extends AbstractExpressionTest {
|
||||
public void testInvokeWithImplicitDispatchReceiverAndExtensionReceiver() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testExtensionInvoke() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user