KT-2752: move some diagnostics from entire declarations to their headers
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
package foo
|
||||
|
||||
open class Super {
|
||||
<!JS_NAME_CLASH!>val foo = 23<!>
|
||||
<!JS_NAME_CLASH!>val foo<!> = 23
|
||||
}
|
||||
|
||||
class Sub : Super() {
|
||||
<!JS_NAME_CLASH!>fun foo() = 42<!>
|
||||
<!JS_NAME_CLASH!>fun foo()<!> = 42
|
||||
}
|
||||
Reference in New Issue
Block a user