KT-2752: fix name clash diagnostic for case of extension property. Add more tests for the diagnostic
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
class A
|
||||
|
||||
<!JS_NAME_CLASH!>fun A.get_bar() = 23<!>
|
||||
|
||||
val A.bar: Int
|
||||
<!JS_NAME_CLASH!>get() = 42<!>
|
||||
Reference in New Issue
Block a user