Files
kotlin-fork/idea/testData/quickfix/changeSignature/kj/addMethodParameter.before.Main.kt
T
2019-05-06 13:59:24 +03:00

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"))