Correct "after" sample for intention "Convert to apply" #KT-18723 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5a9adcca2d
commit
0af3c6542d
@@ -1,7 +1,7 @@
|
|||||||
fun foo() {
|
fun foo() {
|
||||||
<spot>val a = MyClass().apply {
|
<spot>val a = MyClass().apply {
|
||||||
a.setFoo(1)
|
setFoo(1)
|
||||||
a.setBar(2)
|
setBar(2)
|
||||||
a.setBaz(3)
|
setBaz(3)
|
||||||
}</spot>
|
}</spot>
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user