Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3bd913178484b16f03ec39baf7b0238e833a364
/
.
/
plugins
/
allopen
/
testData
/
diagnostics
/
allOpenOnAnnotation.kt
blob: 3e48ce69633d0480b1cfaf5bf13ac9d648edadf6 [
file
]
// WITH_STDLIB
// ISSUE: KT-63507
annotation
class
AllOpen
@AllOpen
annotation
class
SubComponent
(
val scope
:
String
)