Files
kotlin-fork/idea/testData/quickfix/unusedSuppressAnnotation/notForDeprecated.kt
T

7 lines
197 B
Kotlin
Vendored

// "Suppress for declarations annotated by 'kotlin.Deprecated'" "false"
// ACTION: Safe delete 'foo'
// ACTION: Create test
// ACTION: Convert to expression body
@Deprecated("")
fun foo<caret>(){}