blob: f7a819544f4d81569eaa04a71e34f0fb038d128e [file] [log] [blame]
public class C {
@org.junit.Test
public void foo() {
new Runnable() {
public void run() {
new A().foo();
}
};
}
}