summaryrefslogtreecommitdiff
path: root/test/files/presentation/t1207/src/Completions.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/t1207/src/Completions.scala')
-rw-r--r--test/files/presentation/t1207/src/Completions.scala20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/files/presentation/t1207/src/Completions.scala b/test/files/presentation/t1207/src/Completions.scala
new file mode 100644
index 0000000000..804d4fdc3d
--- /dev/null
+++ b/test/files/presentation/t1207/src/Completions.scala
@@ -0,0 +1,20 @@
+package other {
+ package bongo { }
+ package lang { }
+ package util {
+ package boogly
+ }
+}
+
+package ticket_1001207 {
+ import other./*!*/
+ import other.u/*!*/
+ import other.uti /*!*/
+ import other.util/*!*/
+ import other.{lang, u/*!*/}
+ import j/*!*/
+
+ class T1207 {
+
+ }
+}