Files
kotlin/compiler/testData/diagnostics/testsWithJsStdLib/name/packageAndMethod.kt

12 lines
114 B
Kotlin
Vendored

// FILE: foo.kt
package foo
<!JS_NAME_CLASH!>fun bar()<!> = 23
// FILE: foobar.kt
package foo.bar
val x = 42