f1c605d0f7
#KT-33297 Fixed
8 lines
134 B
Kotlin
Vendored
8 lines
134 B
Kotlin
Vendored
// "Add parameter to constructor 'Foo'" "true"
|
|
// WITH_RUNTIME
|
|
|
|
class Foo
|
|
|
|
fun test(name: String) {
|
|
name.also { Foo(it<caret>) }
|
|
} |