summaryrefslogtreecommitdiff
path: root/test/files/run/t9437b/Foo_1.scala
blob: ca6c9c6156af4028e9a8fadd4d597ee3f50caeee (plain) (blame)
1
2
3
class Foo(a: Int, `_`: String, *** : Long, `unary_!` : Float, ABC: Double) {
  def bar(a: Int, `_`: String, *** : Long, `unary_!` : Float, ABC: Double) = null
}