blob: 0b1e27daa0ee20e8ae94a1966f63fb42a2cf832f [file] [log] [blame]
import java.util.*;
class Test {
String[] f;
String[] get() {
return f;
}
}