KT-12877: fix how native calls and property references are translated to be make them work with JsModule annotation

This commit is contained in:
Alexey Andreev
2016-06-29 15:33:02 +03:00
committed by Alexey Andreev
parent ac703dfda6
commit b1d8f91212
9 changed files with 67 additions and 22 deletions
@@ -32,7 +32,7 @@ fun box(): String {
assertEquals(123, B.x)
assertEquals(265, B.foo(142))
assertEquals(365, foo(23))
assertEquals(365, foo(42))
assertEquals(423, bar)
return "OK"