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