JS backend: fixed crash when use lambda or local function inside enum method.
This commit is contained in:
@@ -150,4 +150,8 @@ public class FunctionTest extends AbstractExpressionTest {
|
||||
public void testInfixCall() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testLambdaOrLocalFunInsideEnumMethod() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user