summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/autoImports/invisible/annotation.before.Main.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/quickfix/autoImports/invisible/annotation.before.Main.kt')
-rw-r--r--plugins/kotlin/idea/tests/testData/quickfix/autoImports/invisible/annotation.before.Main.kt8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/kotlin/idea/tests/testData/quickfix/autoImports/invisible/annotation.before.Main.kt b/plugins/kotlin/idea/tests/testData/quickfix/autoImports/invisible/annotation.before.Main.kt
new file mode 100644
index 000000000000..f190eba1aabd
--- /dev/null
+++ b/plugins/kotlin/idea/tests/testData/quickfix/autoImports/invisible/annotation.before.Main.kt
@@ -0,0 +1,8 @@
+// "Import" "true"
+// ERROR: Cannot access 'F': it is private in file
+// ERROR: Cannot access 'F': it is private in file
+
+package my.pack
+
+@F<caret>()
+class A