summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/typeMigration/t92/before/test.java
blob: 89ae1f7d3101ca13167a6655dd24771544e56c7f (plain)
1
2
3
4
import java.util.*;
public class Test {
  List<String> f = new ArrayList<String>(){};
}