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