8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
package first
|
|
|
|
import second.`package`
|
|
|
|
fun foo() {
|
|
"".`package`()
|
|
}
|