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