JS backend: don't fail when invoke call got extension receiver implicitly
#EA-67456 Fixed
This commit is contained in:
@@ -61,4 +61,8 @@ public final class InvokeConventionTest extends AbstractExpressionTest {
|
||||
public void testInheritFromFunctionTraits() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testInvokeWithImplicitDispatchReceiverAndExtensionReceiver() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user