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

8 lines
87 B
Kotlin
Vendored

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