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

4 lines
71 B
Plaintext

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