object Main extends App { // your code goes here val f:(()=>String)=()=>"x"*9 println(f()) println(f().length == """()=>"x"*9""".length) }