From 10aedaf0f47b1cbdf72a246390bc25b22800d3d3 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 17 Mar 2017 17:16:31 +0100 Subject: [PATCH] Adjust test data for IDEA 2017.1 Since https://github.com/JetBrains/intellij-community/commit/9c8003c deprecated methods are considered to be entry points, so the Safe Delete quickfix is no longer available for them. --- .../quickfix/unusedSuppressAnnotation/notForDeprecated.kt | 1 - 1 file changed, 1 deletion(-) 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("")