Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullMethod.java
blob: 57e4bcdf52387c8c83a8793e9d0cde7e4b2e8011 [
file
]
package
test
;
import
org
.
jetbrains
.
annotations
.
NotNull
;
public
class
NotNullMethod
{
@NotNull
public
String
hi
()
{
return
""
;
}
}