summaryrefslogblamecommitdiff
path: root/test/files/neg/altherr2.scala
blob: 41bcffca36ca710ceca61549da9f17a4a79761db (plain) (tree)
1
2
3
4
5
6
7






                                  
trait Foo[a];

module Bug {
  def foo[a](): Foo[a] = foo[a]();
  foo()[Int];
}