aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-scala2/i1792.scala
blob: 49b3e6a34d6258a3a8024957e732d350e0097661 (plain) (blame)
1
2
3
4
5
6
7
8
object Test {

def foo(x: Int)
{
  x
}

}