summaryrefslogblamecommitdiff
path: root/test/files/pos/strings.scala
blob: 3bf40e3dda0d5761c9d7cdbba239a0b5247fe3fb (plain) (tree)
1
2
3
4
5
6





                                                                                    
// martin 1-3-2002: it seems there is a problem with the way Serializable is loaded.
object test {

  def f() = "hello".concat("world");

}