blob: 400541c189e5ab856ce2f770ee76eddf1c5bd55a [file] [log] [blame]
class A{
static int field = foo();
static int <caret>foo(){
doSomething();
return 1;
}
}