ca16f4231f
#KT-4940 Fixed
8 lines
121 B
Kotlin
8 lines
121 B
Kotlin
// PARAM_TYPES: Z
|
|
class Z(val a: Int)
|
|
|
|
// SIBLING:
|
|
fun Z.foo(): Int {
|
|
return <selection>this.a + a</selection> + 1
|
|
}
|