Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullIntArray.java
blob: 7635322b66a18c7bf9c1df3d0952494012d33b65 [
file
]
package
test
;
import
org
.
jetbrains
.
annotations
.
NotNull
;
public
class
NotNullIntArray
{
@NotNull
public
int
[]
hi
()
{
return
null
;
}
}