7f50e6e70e
(cherry picked from commit 93aaa48)
5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
class UseParam<caret>(x: Int) {
|
|
val y = x
|
|
|
|
val z = 2 * y
|
|
} |