Files
kotlin-fork/idea/testData/quickfix/changeSignature/kj/addConstructorParameter.before.Main.kt
T
Alexey Sedunov 35517a8253 Quick Fixes: Fix adding parameter to Java constructor
#KT-24574 In Progress
2018-05-25 23:03:26 +03:00

4 lines
129 B
Kotlin
Vendored

// "Add parameter to constructor 'Foo'" "true"
// WITH_RUNTIME
// DISABLE-ERRORS
private val foo = Foo(1, "2", <caret>setOf("3"))