JS backend: Remove {value: function...} and {value: Kotlin.createClass() } structures.

This commit is contained in:
Erokhin Stanislav
2013-09-05 18:32:00 +04:00
parent a79b67eb48
commit 638beff551
7 changed files with 40 additions and 46 deletions
@@ -72,6 +72,10 @@ public class RegressionMergeEcmaTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testLiteralFun() throws Exception {
checkFooBoxIsOk();
}
public void testOverloadExtension() throws Exception {
checkFooBoxIsOk();
}