Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/topLevelMethodAndProperty.kt
T

5 lines
81 B
Kotlin
Vendored

package foo
<!JS_NAME_CLASH!>fun bar()<!> = 23
<!JS_NAME_CLASH!>val bar<!> = 32