mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
12 lines
112 B
Kotlin
Vendored
12 lines
112 B
Kotlin
Vendored
// FILE: foo.kt
|
|
|
|
package foo
|
|
|
|
<!JS_NAME_CLASH!>val bar<!> = 23
|
|
|
|
// FILE: foobar.kt
|
|
|
|
package foo.bar
|
|
|
|
val x = 42
|