summaryrefslogblamecommitdiff
path: root/test/files/pos/bug0325.scala
blob: 4b13c431b7f9fa4599909d093959e909b1daf425 (plain) (tree)
1
2
3
4



                                                                   
class Foobar {
  val foo = "foo";
  def foo(bar: String): String = foo + bar; // crashes the compiler
}