Files
kotlin-fork/idea/testData/quickfix/changeSignature/kj/addMethodParameter.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
132 B
Kotlin
Vendored

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