Avatar
@swift-4.2.4 @swift-main class Super<T> {} class Sub: Super<Sub> {} print(Sub()) (edited)