summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/typeMigration/t99/before/test.java
blob: 7ae6a2b492ba30c73fc62bc395321bfcc7f8d31d (plain)
1
2
3
4
5
6
import java.util.*;
public class Test {
  Set<List<char[]>> f = new Set<List<char[]>>();


}