mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +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
|