Avatar
omochimetaru 2/6/2019 7:16 AM
@swift-4.2.4 let a: () -> Int = { return 3 } let b: () -> Void = a (edited)