summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-t1000976/src/b/B.scala
blob: 628348cac129a953a687bcdcd71cd111f27d9fad (plain) (blame)
1
2
3
4
5
6
7
package b

import c.C

class B {
  new C("")
}