trait Trait40_1 { val value37_2 = () def run = { value37_2 } } object Test { def main(args: Array[String]): Unit = { (new Trait40_1 {}).run } }