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