Avatar
omochimetaru 3/26/2020 3:42 AM
@swift-5.1.5 func foo<T>(_ f: T) { print(1) } func foo<T>(_ f: () -> T) { print(2) } foo { 1 }