JS backend: fixed accessing to nested native "elements".

#KT-4298 fixed
This commit is contained in:
Zalim Bashorov
2014-08-07 22:48:20 +04:00
parent 50a59982aa
commit ac4ffd7d2c
6 changed files with 311 additions and 22 deletions
@@ -116,4 +116,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
public void testPassTopLevelFunctionFromNative() throws Exception {
checkFooBoxIsOk();
}
public void testNestedElements() throws Exception {
checkFooBoxIsOk();
}
}