Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
experimental
/
experimentalAfterRelease.kt
blob: 871a85a34d96ed91cedc2e6fa1b1a83ff9eaa63f [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
// !LANGUAGE: +OptInRelease
@RequiresOptIn
@Retention
(
AnnotationRetention
.
BINARY
)
annotation
class
Marker