Properly handle @NotNull for arrays
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package test;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class NotNullObjectArray {
|
||||
@NotNull
|
||||
public Object[] hi() { return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user