Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
946dff8bda9fd326d2b6c18f10c7545ebed12ae1
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullField.java
blob: b3effe104048906458f5b7ca7db7bb8828d4e479 [
file
]
package
test
;
import
org
.
jetbrains
.
annotations
.
NotNull
;
public
class
NotNullField
{
@NotNull
public
String
hi
;
}