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