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

6 lines
75 B
Kotlin
Vendored

// "Remove invocation" "true"
object Test
fun test() {
Test<caret>()
}