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

8 lines
89 B
Kotlin

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