4 lines
65 B
Plaintext
Vendored
4 lines
65 B
Plaintext
Vendored
expect class My(x: Int, y: Int) {
|
|
val x: Int
|
|
val y: Int
|
|
} |