blob: f1dffe7af61a08ea5baef7303582f0a77f815052 [file] [log] [blame]
import java.util.*;
public class Test {
int field;
int method() {
return <selection>field</selection>;
}
}