Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
replaceAnnotationClassWithInterface
/
usage
/
usage.kt
blob: e452f5e042c4e7aae3a3f3371d407d4659e9c62f [
file
]
package
test
@Ann
(
"class"
)
class
Test
{
@Ann
(
"function"
)
fun foo
(
@Ann
(
"parameter"
)
s
:
@Ann
(
"parameter type"
)
String
):
@Ann
(
"return type"
)
String
=
s
}