JS backend: support object declaration in other declarations.

#KT-2696 fixed

(cherry picked from commits 8931d13, 627b100 and f6b8686)
This commit is contained in:
develar
2013-08-14 14:56:41 +04:00
committed by Zalim Bashorov
parent 4544990188
commit 39a135c824
8 changed files with 50 additions and 36 deletions
@@ -41,12 +41,10 @@ public final class ObjectTest extends SingleFileTranslationTest {
fooBoxTest();
}
//TODO: KT-2696
public void TODO_testObjectInObject() throws Exception {
public void testObjectInObject() throws Exception {
fooBoxTest();
}
public void testObjectInheritingFromATrait() throws Exception {
fooBoxTest();
}