summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/experimental/propertyInConstructor.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/quickfix/experimental/propertyInConstructor.kt')
-rw-r--r--plugins/kotlin/idea/tests/testData/quickfix/experimental/propertyInConstructor.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kotlin/idea/tests/testData/quickfix/experimental/propertyInConstructor.kt b/plugins/kotlin/idea/tests/testData/quickfix/experimental/propertyInConstructor.kt
index 2486d8fb2d18..78e22690e719 100644
--- a/plugins/kotlin/idea/tests/testData/quickfix/experimental/propertyInConstructor.kt
+++ b/plugins/kotlin/idea/tests/testData/quickfix/experimental/propertyInConstructor.kt
@@ -1,5 +1,5 @@
// "Propagate 'PropertyTypeMarker' opt-in requirement to constructor" "true"
-// COMPILER_ARGUMENTS: -Xopt-in=kotlin.RequiresOptIn
+// COMPILER_ARGUMENTS: -opt-in=kotlin.RequiresOptIn
// WITH_RUNTIME
// ACTION: Propagate 'PropertyTypeMarker' opt-in requirement to containing class 'PropertyTypeContainer'