Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/experimental/experimentalAfterRelease.kt
T

7 lines
124 B
Kotlin
Vendored

// FIR_IDENTICAL
// !LANGUAGE: +OptInRelease
@RequiresOptIn
@Retention(AnnotationRetention.BINARY)
annotation class Marker