KT-2752: move some diagnostics from entire declarations to their headers
This commit is contained in:
@@ -2,6 +2,6 @@ package foo
|
||||
|
||||
class A {
|
||||
var x: Int
|
||||
<!JS_NAME_CLASH!>@JsName("xx") get() = 0<!>
|
||||
<!JS_NAME_CLASH!>@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