KT-2752: add basic tests for JsName
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package foo
|
||||
|
||||
class A(val x: String) {
|
||||
<!JS_NAME_CLASH!>@JsName("aa") constructor(x: Int) : this("int $x")<!>
|
||||
}
|
||||
|
||||
<!JS_NAME_CLASH!>fun aa() {}<!>
|
||||
Reference in New Issue
Block a user