KT-2752: add diagnostic that checks whether Kotlin declarations produce conflicting names in generated JS
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package foo
|
||||
|
||||
<!JS_NAME_CLASH!>fun bar() = 23<!>
|
||||
|
||||
<!JS_NAME_CLASH!>val bar = 32<!>
|
||||
Reference in New Issue
Block a user