blob: d8bce2af925d657516510d9dd0398d91376840ec [file] [log] [blame]
public class MyFirstTestClassBoo {
static void foo(int a) {}
void foo(String s) {}
static {
int xxy;
String xxz;
foo(xxy);<caret>
}
}