Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
annotationDefaultValue.kt
blob: 1561d098b52e7b651bc0ae75f0d397f27d15f7fd [
file
]
annotation
class
Ann
(
val arg
:
String
=
"abc"
)
@Ann
class
MyClass
// 1 @LAnn;\(\)