Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByPsi
/
annotationWithSetParamPropertyModifier.kt
blob: a25e58554ad07230e965f9708e9042f1ba67c3e4 [
file
]
annotation
class
Anno
class
TestClass
(
@setparam
:
Anno
var
hello
:
Int
)