blob: 6f26859d3d3c62d4586ab9b33d080071dad673da [file] [log] [blame]
class A{
int field = foo();
int <caret>foo(){
return 1;
}
}