6 lines
55 B
Kotlin
Vendored
6 lines
55 B
Kotlin
Vendored
package p1
|
|
|
|
object O1 {
|
|
fun xxx_fun1FromP1O1(){}
|
|
}
|