KT-2752: move some diagnostics from entire declarations to their headers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package foo
|
||||
|
||||
<!JS_NAME_CLASH!>@JsName("bar") private fun foo(x: Int) = x<!>
|
||||
<!JS_NAME_CLASH!>@JsName("bar") private fun foo(x: Int)<!> = x
|
||||
|
||||
<!JS_NAME_CLASH!>fun bar() = 42<!>
|
||||
<!JS_NAME_CLASH!>fun bar()<!> = 42
|
||||
Reference in New Issue
Block a user