7 lines
84 B
Kotlin
Vendored
7 lines
84 B
Kotlin
Vendored
package p5
|
|
|
|
object O1 {
|
|
fun xxx_fun1FromP5O1(){}
|
|
fun xxx_fun2FromP5O1(){}
|
|
}
|