5 lines
181 B
Kotlin
Vendored
5 lines
181 B
Kotlin
Vendored
// "Add parameter to function 'bar'" "true"
|
|
// WITH_RUNTIME
|
|
// DISABLE-ERRORS
|
|
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
|
|
private val foo = Foo().bar(1, "2", <caret>setOf("3")) |