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++