Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createSecondaryConstructor/classWithBody.kt
T

9 lines
94 B
Kotlin
Vendored

// "Create secondary constructor" "true"
class A {
}
fun test() {
val a = A(<caret>1)
}