Scala/test/files/scalap/defaultParameter.scala

4 lines
64 B
Scala

trait DefaultParameter {
def foo(s: String = "hello"): Unit
}