Avatar
@swift-5.1.5 func foo<A: Any>(_ value: A) {} let a: Any = 42 foo(a)