8 lines
74 B
Kotlin
Vendored
8 lines
74 B
Kotlin
Vendored
package test
|
|
|
|
actual class Owner {
|
|
actual companion object {
|
|
|
|
}
|
|
}
|