Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
annotationWithDefaults.kt
blob: 36732f29e419d7d122cdfd3f701d43e780fa5528 [
file
]
annotation
class
Simple
(
val a
:
Int
)
annotation
class
WithDeault
cons
<caret>
tructor
(
val a
:
Int
=
1
)