Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertCollectionConstructorToFunction/after.kt.template
T

4 lines
73 B
Plaintext

class Person(val name: String)
val persons = <spot>arrayListOf()</spot>