blob: 23a1f11f461ea9de00602b9a0a4cc9a75b14c4a1 [file] [log] [blame]
import java.util.*;
class Test {
List<String> f;
List<String> get() {
return f;
}
}