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