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)
fix for deep type parameters, according to the review GitOrigin-RevId: 77b28eb04ae16ba9e063b10c0f24c4a473f7a3c0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6fc32f26d6
commit
a07b56e42c
@@ -0,0 +1,9 @@
|
||||
package foo;
|
||||
|
||||
class Outer<O> {
|
||||
public abstract class Inner {
|
||||
class Inner1 {}
|
||||
}
|
||||
|
||||
final class AnoterInner extends Outer<String>.Inner.Inn<caret>er1 { }
|
||||
}
|
||||
Reference in New Issue
Block a user