Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
targets
/
function.java
blob: e7c96c8b5dbe5a5539ea35c26168e73841f21200 [
file
]
package
test
;
@function
class
My
{
@function
int
foo
()
{
return
1
;
}
}