summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/intentions/convertToIndexedFunctionCall/basic/scan.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/intentions/convertToIndexedFunctionCall/basic/scan.kt')
-rw-r--r--plugins/kotlin/idea/tests/testData/intentions/convertToIndexedFunctionCall/basic/scan.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/kotlin/idea/tests/testData/intentions/convertToIndexedFunctionCall/basic/scan.kt b/plugins/kotlin/idea/tests/testData/intentions/convertToIndexedFunctionCall/basic/scan.kt
index 2d3ad4faed2e..df24a93a21b1 100644
--- a/plugins/kotlin/idea/tests/testData/intentions/convertToIndexedFunctionCall/basic/scan.kt
+++ b/plugins/kotlin/idea/tests/testData/intentions/convertToIndexedFunctionCall/basic/scan.kt
@@ -1,6 +1,5 @@
// INTENTION_TEXT: "Convert to 'scanIndexed'"
// WITH_RUNTIME
-// AFTER-WARNING: This annotation should be used with the compiler argument '-opt-in=kotlin.RequiresOptIn'
// TODO: fix warning?
// AFTER-WARNING: Parameter 'index' is never used, could be renamed to _
@OptIn(ExperimentalStdlibApi::class)