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

5 lines
178 B
Kotlin
Vendored

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