summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/ide-t1000620/src/b/B.scala
blob: b579f97d6f50135f73bdf2a14c45f050f4fd3d77 (plain) (blame)
1
2
3
4
5
6
7
8
package b
import a.A
class B {
  def main(args: Array[String]) {
    val a = new A()
    a./*!*/
  }
}