Avatar
func foo(_ f: @autoclosure () -> Int) { } foo { 1 } これはコンパイルエラーなので。