blob: 33d07d1da2a52ca6db13bccb1606356d3afc5b1e [file] [log] [blame]
class T2 {
void f() {
int i = <caret>x();
}
private int x() {
return <flown1>0;
}
}