summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t100/after/test.java
blob: b2917c86149ecd4c9e89bbb369de5b9c1babf6e2 (plain)
1
2
3
4
5
6
import java.util.*;
public class Test {
  Map<String, Integer> f = new HashMap<>();


}