Files
kotlin-fork/idea/testData/quickfix/variables/changeToPropertyAccess/nonSimpleName.kt
T

6 lines
78 B
Kotlin
Vendored

// "Change to property access" "true"
fun x() {
val y = (1+2<caret>)()
}