From e2bf8b2eee62e81c34773ab3d68dc10ff1c9733f Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Fri, 5 Dec 2014 19:06:48 +0300 Subject: [PATCH] Suppress warning to avoid spontaneous addition actions --- .../quickfix/autoImports/falsePostfixOperator.before.Main.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/testData/quickfix/autoImports/falsePostfixOperator.before.Main.kt b/idea/testData/quickfix/autoImports/falsePostfixOperator.before.Main.kt index 44062b4cb98..3eec51d58e2 100644 --- a/idea/testData/quickfix/autoImports/falsePostfixOperator.before.Main.kt +++ b/idea/testData/quickfix/autoImports/falsePostfixOperator.before.Main.kt @@ -10,6 +10,7 @@ package h trait H +[suppress("UNUSED_VARIABLE")] fun f(h: H?) { var h1 = h h1++