7c59592212
#KT-10825 Fixed
6 lines
78 B
Kotlin
Vendored
6 lines
78 B
Kotlin
Vendored
// "Change to property access" "true"
|
|
|
|
fun x() {
|
|
val y = (1+2<caret>)()
|
|
}
|