Avatar
@swift-4.2.4 class A {} struct Box<T: A> {} let box = Box() print(box)