JS backend: fix KT-6037 (default arguments in simple function with expression as body)
#KT-6037 Fixed
This commit is contained in:
@@ -71,4 +71,8 @@ public class DefaultArgumentsTest extends SingleFileTranslationTest {
|
||||
public void testComplexExpressionAsDefaultArgument() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testDefaultArgumentsInFunctionWithExpressionAsBody() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user