mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
12 lines
114 B
Kotlin
Vendored
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
|