Avatar
omochimetaru 4/1/2018 3:43 PM
@swiftbot protocol A {} protocol B : A {} struct S {} extension S : B {} print(S.self is A.Type) print(S.self is B.Type)