KT-2752: add diagnostic that checks whether Kotlin declarations produce conflicting names in generated JS
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
package
|
||||
|
||||
package foo {
|
||||
private val bar: kotlin.Int = 32
|
||||
public fun bar(): kotlin.Int
|
||||
}
|
||||
Reference in New Issue
Block a user