summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/typeMigration/t112/after/test.java
blob: c31ec11010c304eac3272e1167b60cdfae398b12 (plain)
1
2
3
4
5
public class Test {
  Integer[] method() {
    return new Integer[]{112};
  }
}