Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullParameter.java
blob: 529c60e13ef429f93d0f24b4efbb685396c22a80 [
file
]
package
test
;
import
org
.
jetbrains
.
annotations
.
NotNull
;
public
class
NotNullParameter
{
public
void
hi
(
@NotNull
String
param
)
{
}
}