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