mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-89324 File structure: cannot find super class method definition when anonymous classes are shown
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
public class A<caret> {
|
||||
import java.lang.Object;
|
||||
|
||||
public class A<caret> extends Object {
|
||||
void foo() {
|
||||
Object myObject = new Object(){};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user