Avatar
Any はともかく AnyObject は self-conformance ? @swift-5.1.5 func foo<A: AnyObject>(_ value: A) {} let a: AnyObject = \String.count foo(a)