summaryrefslogtreecommitdiff
path: root/test/files/pos/t7264/B_2.scala
blob: 869c51481d6b611427b01b5fe74ed32a01ccbf83 (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 */)
}