JS backend: fixed accessing to nested native "elements".
#KT-4298 fixed
This commit is contained in:
@@ -116,4 +116,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
|
||||
public void testPassTopLevelFunctionFromNative() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testNestedElements() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user