KT-2752: move some diagnostics from entire declarations to their headers
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ package foo
|
||||
|
||||
class A
|
||||
|
||||
<!JS_NAME_CLASH!>fun A.get_bar() = 23<!>
|
||||
<!JS_NAME_CLASH!>fun A.get_bar()<!> = 23
|
||||
|
||||
val A.bar: Int
|
||||
<!JS_NAME_CLASH!>get() = 42<!>
|
||||
<!JS_NAME_CLASH!>get()<!> = 42
|
||||
Reference in New Issue
Block a user