import java.util.* import kotlin.List class A { var list: List = ArrayList() }