5 lines
79 B
Plaintext
Vendored
5 lines
79 B
Plaintext
Vendored
expect class Some {
|
|
companion object {
|
|
fun createMe(): Some
|
|
}
|
|
} |