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