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