do not need parenthesis for associative operations (IDEADEV-41569); move to java...
[fedora-idea.git] / java / java-tests / testData / refactoring / introduceVariable / genericTypeWithInner / before / test / Client.java
blobc6531ff5543e85bcd02e2f669213530ab0bdc8c8
1 package test;
3 public class Client {
4 public static List<A.B> getList() { return null; }
6 public static void method() {
7 <selection>getList()</selection>