Files
kotlin-fork/idea/testData/quickfix/override/beforeChangeToInvocation.kt
T

8 lines
87 B
Kotlin

// "Change to constructor invocation" "true"
open class A {
}
class B : A<caret> {}