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