Files
kotlin-fork/idea/testData/quickfix/experimental/experimentalUnused.kt
T

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