JS backend: don't fail when invoke call got extension receiver implicitly

#EA-67456 Fixed
This commit is contained in:
Zalim Bashorov
2015-06-08 19:36:08 +03:00
parent fe7ee3fb66
commit 289efb8984
3 changed files with 30 additions and 4 deletions
@@ -61,4 +61,8 @@ public final class InvokeConventionTest extends AbstractExpressionTest {
public void testInheritFromFunctionTraits() throws Exception {
checkFooBoxIsOk();
}
public void testInvokeWithImplicitDispatchReceiverAndExtensionReceiver() throws Exception {
checkFooBoxIsOk();
}
}