Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4fb420f3f193efd659908a29789182d7973897e4
/
.
/
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
)
{
}
}