summaryrefslogblamecommitdiff
path: root/test/files/presentation/t1207/src/Completions.scala
blob: 804d4fdc3db5015b1e2f513b1362a0f12e77d5ba (plain) (tree)



















                             
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 {

  }
}