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() {
|
||||
<spot>val a = MyClass().apply {
|
||||
a.setFoo(1)
|
||||
a.setBar(2)
|
||||
a.setBaz(3)
|
||||
setFoo(1)
|
||||
setBar(2)
|
||||
setBaz(3)
|
||||
}</spot>
|
||||
}
|
||||
Reference in New Issue
Block a user