summaryrefslogtreecommitdiff
path: root/test/files/pos/inline-access-levels/Test_2.scala
blob: 12c9eb540f730df383a6e66bc60b815d4031e374 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package test

object Test {

  def main(args: Array[String]) {

    A.actOnX(_ + 1)

  }

}