summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t69/after/test.java
blob: bba00df7f5ed15fc9418317cc247acc949076f92 (plain)
1
2
3
4
5
class Test {
    public void foo(byte p) {
        int[][] a = new int[][]{{p},{p}};
    }
}