4cd7193047
#KT-11018 Fixed
5 lines
176 B
Kotlin
Vendored
5 lines
176 B
Kotlin
Vendored
// PARAM_TYPES: kotlin.Int
|
|
// PARAM_DESCRIPTOR: value-parameter b: kotlin.Int defined in A.<init>
|
|
class A(val a: Int, b: Int) {
|
|
val foo = <selection>a + b</selection> - 1
|
|
} |