summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/fullyQualifiedSuperTypeHasAnnotations.kt.after
diff options
context:
space:
mode:
authorIlya Kirillov <ilya.kirillov@jetbrains.com>2021-10-26 00:32:32 +0200
committerintellij-monorepo-bot <intellij-monorepo-bot-no-reply@jetbrains.com>2022-02-01 17:30:33 +0000
commit95eb3ba61b706ec39ed3b3870aacee9611eb7a95 (patch)
treef47d1ffa3d42002c0de6ab4a7a7b9b741d2a5b8b /plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/fullyQualifiedSuperTypeHasAnnotations.kt.after
parent9329ba765251427f80189ef93ffb0a7f6a236fbe (diff)
downloadintellij-kotlin-95eb3ba61b706ec39ed3b3870aacee9611eb7a95.tar.gz
FIR IDE: change // DIFFERENT FROM FE1.0 AS INTENDED directive name
GitOrigin-RevId: 4ace3216cf6750510d1fee1ff9ba2d3182041af9
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/fullyQualifiedSuperTypeHasAnnotations.kt.after')
-rw-r--r--plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/fullyQualifiedSuperTypeHasAnnotations.kt.after2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/fullyQualifiedSuperTypeHasAnnotations.kt.after b/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/fullyQualifiedSuperTypeHasAnnotations.kt.after
index 1a71e81b5b49..1cda8c8a4e26 100644
--- a/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/fullyQualifiedSuperTypeHasAnnotations.kt.after
+++ b/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/fullyQualifiedSuperTypeHasAnnotations.kt.after
@@ -1,5 +1,5 @@
// "Specify supertype" "true"
-// DIFFERENT FROM FE1.0 AS INTENDED
+// SHOULD_DIFFER_FROM_FE10
package a.b.c
interface Z {