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