summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2556_1/A.scala
blob: c6e200b217dd92ccebc2d145d0bf28e8e7c2d9c0 (plain) (blame)
1
2
3
class A {
  def x(i: Int) = i+"3"
}