blob: 1fa93588b7e323de6c5170bddc3d30da3c878662 [file] [log] [blame]
public class MyRunnable implements Runnable {
private class MyAnotherRunnable extends MyRunnable {}
Runnable foo() {
return new <caret>
}
}