Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
}