mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 15:53:36 +00:00
4 lines
183 B
Kotlin
Vendored
4 lines
183 B
Kotlin
Vendored
// PARAM_TYPES: kotlin.Int
|
|
// PARAM_DESCRIPTOR: value-parameter a: kotlin.Int defined in A.<init>
|
|
val n = 1
|
|
class A(val a: Int, val b: Int = { <selection>a + n</selection> }.invoke()) |