35517a8253
#KT-24574 In Progress
4 lines
132 B
Kotlin
Vendored
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")) |