Correct "after" sample for intention "Convert to apply" #KT-18723 Fixed

This commit is contained in:
Toshiaki Kameyama
2017-07-11 13:43:18 +03:00
committed by Mikhail Glukhikh
parent 5a9adcca2d
commit 0af3c6542d
@@ -1,7 +1,7 @@
fun foo() {
<spot>val a = MyClass().apply {
a.setFoo(1)
a.setBar(2)
a.setBaz(3)
setFoo(1)
setBar(2)
setBaz(3)
}</spot>
}