blob: bfe5eb68baba172f488135a3b4d15160165478be [file] [log] [blame]
import java.util.*;
class Test {
void method(Integer[] p) {
Number n = p[0];
}
}