blob: fc6916bfbb395fc9fd5f1be50f385852b50b1cde [file] [log] [blame]
//file
import java.util.*
class A {
List<String> list = new ArrayList<String>();
}