summaryrefslogtreecommitdiff
path: root/test/files/presentation/t1207/src/Completions.scala
blob: 804d4fdc3db5015b1e2f513b1362a0f12e77d5ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 {

  }
}