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