summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/clsHighlighting/IDEA127714.java
blob: 08713f898f151f1c16aa16686dd62591ed2fdd11 (plain)
1
2
3
4
5
6
7
8
9
import a.A;

class IDEA127714 {
  {
    A<E, String> strings = new A<>(E.class);
  }
}

enum E {}