7 lines
124 B
Kotlin
Vendored
7 lines
124 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// !LANGUAGE: +OptInRelease
|
|
|
|
@RequiresOptIn
|
|
@Retention(AnnotationRetention.BINARY)
|
|
annotation class Marker
|