blob: 71df927600023a03070d204df830fdbd0ea81bf6 [file] [log] [blame]
public class Return {
int[] test() {
return null;
}
}