blob: 815f0ed1ab3aa1ac4cb4b148601e3d4ce054e01c [file] [log] [blame]
import java.util.*;
class Test {
Map<String, String> f;
void foo() {
Set<String> s = f.keySet();
}
}