6 lines
55 B
Kotlin
6 lines
55 B
Kotlin
package test
|
|
|
|
fun foo() {
|
|
"" // test/namespace
|
|
}
|
package test
|
|
|
|
fun foo() {
|
|
"" // test/namespace
|
|
}
|