mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
ensure type parameters contain fully qualified names (IDEA-127714)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import a.A;
|
||||
|
||||
class IDEA127714 {
|
||||
{
|
||||
A<E, String> strings = new A<>(E.class);
|
||||
}
|
||||
}
|
||||
|
||||
enum E {}
|
||||
Binary file not shown.
Reference in New Issue
Block a user