Avatar
ちょっと戻るけど let a: () -> Int = { 42 } let block = a as @convention(block) () -> Int as AnyObject
👍 1