Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
targets
/
empty.java
blob: 3ba7c8f7e8046b16eb94b510838e92dc7b21428e [
file
]
package
test
;
@empty
class
My
{
@empty
int
foo
(
@empty
int
i
)
{
return
i
+
1
;
}
}