Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullObjectArray.java
blob: bf296de6e58a1ca898756163229ffe5394cc1832 [
file
] [
log
] [
blame
]
package
test
;
import
org
.
jetbrains
.
annotations
.
NotNull
;
public
class
NotNullObjectArray
{
@NotNull
public
Object
[]
hi
()
{
return
null
;
}
}