blob: bf296de6e58a1ca898756163229ffe5394cc1832 [file]
package test;
import org.jetbrains.annotations.NotNull;
public class NotNullObjectArray {
@NotNull
public Object[] hi() { return null; }
}