blob: 41a27cfb06199b0ff0d8fb17cc16b68e1f94f088 [file] [log] [blame]
package invalidSelection;
public class A_test194 {
A_test194 fff() {
return this;
}
int yyy() {
return 32;
}
void g() {
int f = /*[*/fff/*]*/().yyy();
}
}