KT-2752: declare properties as a pair of functions when accessors are marked with @JsName
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo
|
||||
|
||||
class A {
|
||||
var x: Int
|
||||
<!JS_NAME_CLASH!>@JsName("xx") get() = 0<!>
|
||||
<!JS_NAME_CLASH!>@JsName("xx") set(value) {}<!>
|
||||
}
|
||||
Reference in New Issue
Block a user