725df49c8c
(cherry picked from commit f3fa779)
4 lines
46 B
Plaintext
Vendored
4 lines
46 B
Plaintext
Vendored
class UseParam(x: Int) {
|
|
|
|
val y: Int = x
|
|
} |