summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t55/after/test.java
blob: c895ff398fa6433dda8b4ea310c1b25dcdce8f74 (plain)
1
2
3
4
import java.util.*;
class Test {
   Set<?> f = new Set<>();
}