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