7f50e6e70e
(cherry picked from commit 93aaa48)
7 lines
85 B
Plaintext
Vendored
7 lines
85 B
Plaintext
Vendored
class UseParam {
|
|
constructor(x: Int) {
|
|
this.y = x
|
|
}
|
|
|
|
val y: Int
|
|
} |