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