9 lines
70 B
Kotlin
Vendored
9 lines
70 B
Kotlin
Vendored
package p2
|
|
|
|
object O1 {
|
|
}
|
|
|
|
object O2 {
|
|
fun xxx_fun1FromP2O2(){}
|
|
}
|