6 lines
55 B
Kotlin
Vendored
6 lines
55 B
Kotlin
Vendored
package p3
|
|
|
|
object O1 {
|
|
fun xxx_fun1FromP3O1(){}
|
|
}
|