725df49c8c
(cherry picked from commit f3fa779)
7 lines
92 B
Kotlin
Vendored
7 lines
92 B
Kotlin
Vendored
class UseParam {
|
|
constructor<caret>(x: Int) {
|
|
this.y = x
|
|
}
|
|
|
|
val y: Int
|
|
} |