JS backend: fix KT-6037 (default arguments in simple function with expression as body)

#KT-6037 Fixed
This commit is contained in:
Michael Nedzelsky
2014-10-16 20:37:35 +04:00
parent 954a011721
commit 34269e1a3e
3 changed files with 22 additions and 1 deletions
@@ -71,4 +71,8 @@ public class DefaultArgumentsTest extends SingleFileTranslationTest {
public void testComplexExpressionAsDefaultArgument() throws Exception {
checkFooBoxIsOk();
}
public void testDefaultArgumentsInFunctionWithExpressionAsBody() throws Exception {
checkFooBoxIsOk();
}
}