KT-2752: fixes after code review

This commit is contained in:
Alexey Andreev
2016-09-20 16:03:33 +03:00
parent 00867cb269
commit 6f7e7d8504
30 changed files with 380 additions and 138 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
package foo
@JsName("AA") object A {
@JsName("foo") fun foo() = "A.foo"
@JsName("foo") fun bar() = "A.foo"
}
@JsName("BB") class B {
@JsName("foo") fun foo() = "B.foo"
@JsName("foo") fun bar() = "B.foo"
}
fun testA() = js("""