5 lines
178 B
Kotlin
Vendored
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")) |