KT-12877: fix how native calls and property references are translated to be make them work with JsModule annotation
This commit is contained in:
committed by
Alexey Andreev
parent
ac703dfda6
commit
b1d8f91212
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user