[FIR JS] Support JS_NAME_CLASH and JS_FAKE_NAME_CLASH diagnostics
^KT-59425 Fixed ^KT-59370 Fixed
This commit is contained in:
committed by
Space Team
parent
5ac277d058
commit
6bb939c6cb
+2
-2
@@ -2,6 +2,6 @@ package foo
|
||||
|
||||
class A {
|
||||
var x: Int
|
||||
@JsName("xx") get() = 0
|
||||
@JsName("xx") set(value) {}
|
||||
<!JS_NAME_CLASH!>@JsName("xx") get()<!> = 0
|
||||
<!JS_NAME_CLASH!>@JsName("xx") set(value)<!> {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user