blob: 4c847906da02d26eee93d0833d45aadc0f26bea0 [file] [log] [blame]
//5, 16 -> 5, 35 AllowLoadtime == false
package p;
class A {
void f() {
int i= getYetAnotherFred();
}
static int getYetAnotherFred(){
return 5;
}
}