KT-10631 Consider creating a synthetic property even when the setter returns 'this'
#KT-10631 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(j: JavaInterface) {
|
||||
j.<caret>setSomething1("").setSomething2(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user