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