mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
java: add import on inner class: disable if qualifier has provided type arguments (IDEA-267858)
GitOrigin-RevId: 9df069c5dd257e92bf549753256c42ecab98e5e4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5e3f62bb69
commit
aef2cfb77a
@@ -0,0 +1,7 @@
|
||||
package foo;
|
||||
|
||||
class Outer<O> {
|
||||
public abstract class Inner { }
|
||||
|
||||
final class FileLockingCallback extends Outer<String>.I<caret>nner { }
|
||||
}
|
||||
Reference in New Issue
Block a user