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