Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
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
""
;
}
}