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