summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t07/after/test.java
blob: 09d7a0982009ac9b82009d70af2dcb63ccc5d372 (plain)
1
2
3
public class Test {
    Integer[] f = new Integer[0];
}