blob: b2c82a316050e9b98cf7443ec501c5f044cc9c5d [file] [log] [blame]
import java.util.*
internal class A {
var list: List<String> = ArrayList()
}