Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
plugins
/
allopen
/
testData
/
diagnostics
/
allOpenOnAnnotation.kt
blob: 36e54e846ddb3c20a09fd31cfd58ccb27ee397e6 [
file
]
// FIR_IDENTICAL
// WITH_STDLIB
// ISSUE: KT-63507
annotation
class
AllOpen
@AllOpen
annotation
class
SubComponent
(
val scope
:
String
)