6, y: (Int) -> Int = 7): Int { fun myFun1(x: Int return y(x) } = This won't compile, as it assigns a default Int value of 7 to a lambda.
確定! 回上一頁