Files
kotlin/idea/testData/quickfix/createFromUsage/createSecondaryConstructor/javaConstructor.before.Main.kt

4 lines
155 B
Kotlin
Vendored

// "Create secondary constructor" "true"
// ERROR: Too many arguments for public/*package*/ constructor J() defined in J
internal fun test() = J(<caret>1)