diff --git a/idea/testData/quickfix/unusedSuppressAnnotation/notForDeprecated.kt b/idea/testData/quickfix/unusedSuppressAnnotation/notForDeprecated.kt index 13fb19bb4d5..5edf575796d 100644 --- a/idea/testData/quickfix/unusedSuppressAnnotation/notForDeprecated.kt +++ b/idea/testData/quickfix/unusedSuppressAnnotation/notForDeprecated.kt @@ -1,5 +1,4 @@ // "Suppress for declarations annotated by 'kotlin.Deprecated'" "false" -// ACTION: Safe delete 'foo' // ACTION: Create test // ACTION: Convert to expression body @Deprecated("")