summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/experimental/switchOnWithAnotherMarker.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/quickfix/experimental/switchOnWithAnotherMarker.kt')
-rw-r--r--plugins/kotlin/idea/tests/testData/quickfix/experimental/switchOnWithAnotherMarker.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/kotlin/idea/tests/testData/quickfix/experimental/switchOnWithAnotherMarker.kt b/plugins/kotlin/idea/tests/testData/quickfix/experimental/switchOnWithAnotherMarker.kt
index 35ae0128c93a..09f76af0b90c 100644
--- a/plugins/kotlin/idea/tests/testData/quickfix/experimental/switchOnWithAnotherMarker.kt
+++ b/plugins/kotlin/idea/tests/testData/quickfix/experimental/switchOnWithAnotherMarker.kt
@@ -3,6 +3,7 @@
// COMPILER_ARGUMENTS_AFTER: -version -opt-in=AnotherMarker -opt-in=kotlin.RequiresOptIn
// DISABLE-ERRORS
// WITH_RUNTIME
+// LANGUAGE_VERSION: 1.6
@RequiresOptIn<caret>
annotation class MyExperimentalAPI