blob: 36e54e846ddb3c20a09fd31cfd58ccb27ee397e6 [file]
// FIR_IDENTICAL
// WITH_STDLIB
// ISSUE: KT-63507
annotation class AllOpen
@AllOpen
annotation class SubComponent(
val scope: String
)