blob: 85262a057b5fd6103fa6267b56c629d6786bb936 [file] [log] [blame]
import org.jetbrains.annotations.TestOnly;
public class D {
public void test() {
new Runnable() {
public void run() {
new A().foo();
}
};
}
}