"super" as default value for a parameter?

What does this (found ion Swiftinterface files shipped in the SDKs) mean?

override public init(identifier: Swift.String, expiration: Swift.UInt64 = super, priority: Swift.Double = super, isFinal: Swift.Bool = super, antecedent: Network.NWConnection.ContentContext? = nil, metadata: [Network.NWProtocolMetadata]? = super)

What does super signify here? I cannot find this covered in docs/specs anywherewe...

1 Like