Files
kotlin-fork/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/topLevelDestructuringWithAnnotation.kt
T
2023-12-07 12:26:39 +00:00

4 lines
110 B
Kotlin
Vendored

package util
@Destructuring("destr $prop")
val (@LeftAnno("a $prop") a, @RightAnno("b $prop") b) = Pair(0, 1)