a1d760fc36
#KT-10631 Fixed
8 lines
120 B
Kotlin
Vendored
8 lines
120 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(j: JavaInterface) {
|
|
j.<caret>setSomething1("").setSomething2(1)
|
|
}
|
|
|