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