Files
kotlin-fork/idea/testData/intentions/usePropertyAccessSyntax/nonVoidSetter2.kt
T
2016-01-19 15:57:20 +03:00

6 lines
111 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo(j: JavaInterface): JavaInterface = j.<caret>setSomething("")