blob: c31ec11010c304eac3272e1167b60cdfae398b12 [file] [log] [blame]
public class Test {
Integer[] method() {
return new Integer[]{112};
}
}