Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
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
)