From 7b079a5f1c109f2a79b04779cc803459dc0f84da Mon Sep 17 00:00:00 2001 From: Dmitry Gridin Date: Wed, 20 May 2020 09:04:09 +0700 Subject: [PATCH] Deprecated symbol usages: fix test --- idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt | 1 + idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt.after | 1 + 2 files changed, 2 insertions(+) diff --git a/idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt b/idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt index f142c23397e..00896d541cc 100644 --- a/idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt +++ b/idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt @@ -1,4 +1,5 @@ // "Replace with 'kotlin.math.cos(x)'" "true" +// WITH_RUNTIME package package1 diff --git a/idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt.after b/idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt.after index 3ed8b947e29..d09275fd4a1 100644 --- a/idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt.after +++ b/idea/testData/quickfix/deprecatedSymbolUsage/kt35015.kt.after @@ -1,4 +1,5 @@ // "Replace with 'kotlin.math.cos(x)'" "true" +// WITH_RUNTIME package package1