3 lines
99 B
Kotlin
3 lines
99 B
Kotlin
// PARAM_TYPES: kotlin.Int
|
|
val n = 1
|
|
class A(val a: Int, val b: Int = <selection>a + n</selection>) |