blob: 1378ec61d17e4032807315cf34b175f5217e8a95 [file] [log] [blame]
// "Add constructor parameters from ArrayList((MutableCollection<out String!>..Collection<String!>?))" "true"
// ACTION: Add constructor parameters from ArrayList(Int)
import java.util.ArrayList
class C(c: MutableCollection<out String>?) : ArrayList<String>(c)