summaryrefslogtreecommitdiff
path: root/test/files/pos/strings.scala
blob: 75bf23f5e3636b5df0801cd8a9d244ebd40951d9 (plain) (blame)
1
2
3
4
5
6
// martin 1-3-2002: it seems there is a problem with the way Serializable is loaded.
module test {

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

}