trait Test1 { def m1(sym: Symbol = 'TestSym): Unit def m2(s: String = "TestString"): Unit }