summaryrefslogtreecommitdiff
path: root/test/files/pos/t7264/B_2.scala
blob: a8af2e727ef46c76851b486a2df6aa75e9238846 (plain) (blame)
1
2
3
4
5
6
7
object Test {
  // if the following line is uncommented, things compile
  // type X = Foo.Values


  def foo(f: Foo) = f.bar(0 /* : Foo.Values */)
}