Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
stubs
/
AnnotationWithValue.kt
blob: a2228c605f6fee306da3dc918d44dc5196a69ccd [
file
] [
log
] [
blame
]
annotation
class
Test
(
val value
:
String
,
val other
:
String
)
@Test
(
""
,
other
=
""
)
class
Annotated