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