JS backend: fixed bug when explicitly use invoke method in function literal call.
(cherry picked from commit f832cee)
This commit is contained in:
+5
-2
@@ -16,9 +16,9 @@
|
||||
|
||||
package org.jetbrains.k2js.test.semantics;
|
||||
|
||||
public final class InvokeMethodTest extends AbstractExpressionTest {
|
||||
public final class InvokeConventionTest extends AbstractExpressionTest {
|
||||
|
||||
public InvokeMethodTest() {
|
||||
public InvokeConventionTest() {
|
||||
super("invoke/");
|
||||
}
|
||||
|
||||
@@ -27,4 +27,7 @@ public final class InvokeMethodTest extends AbstractExpressionTest {
|
||||
// fooBoxIsValue("hello world!");
|
||||
}
|
||||
|
||||
public void testExplicitInvokeLambda() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user