Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
asJava
/
ultraLightClasses
/
annotationWithSetParamPropertyModifier.kt
blob: 76a9a6333c491da515c913cdac6c69a5916300c8 [
file
]
// CHECK_BY_JAVA_FILE
annotation
class
Anno
class
TestClass
(
@setparam
:
Anno
var
hello
:
Int
)