Files
kotlin-fork/idea/testData/quickfix/unusedSuppressAnnotation/notForDeprecated.kt
T
Dmitry Gridin 6c439ae85a Create TrailingCommaIntention
#KT-34744
2020-02-04 21:34:53 +07:00

6 lines
194 B
Kotlin
Vendored

// "Suppress unused warning if annotated by 'kotlin.Deprecated'" "false"
// ACTION: Create test
// ACTION: Enable a trailing comma by default in the formatter
@Deprecated("")
fun foo<caret>(){}