JS backend: made as intrinsic map accessing methods and fixed accessing to native map.

This commit is contained in:
develar
2013-08-06 17:24:48 +04:00
committed by Zalim Bashorov
parent be4e1b7599
commit 678f6601dd
5 changed files with 141 additions and 11 deletions
@@ -80,4 +80,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
public void testKt_2388() throws Exception {
fooBoxTest();
}
public void testKt2323() throws Exception {
fooBoxTest();
}
}