11 lines
291 B
Kotlin
Vendored
11 lines
291 B
Kotlin
Vendored
// "Safe delete 'Marker'" "false"
|
|
// COMPILER_ARGUMENTS: -Xopt-in=kotlin.RequiresOptIn -Xopt-in=test.Marker
|
|
// WITH_RUNTIME
|
|
// ACTION: Rename file to Marker.kt
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.UnusedSymbolInspection
|
|
|
|
package test
|
|
|
|
@RequiresOptIn
|
|
annotation class <caret>Marker
|