asProtocol(_:)

Return the non-type erased version of this syntax node if it conforms to WithCodeBlockSyntax. Otherwise return nil. Note that this will incur an existential conversion.

SyntaxTraits.swift:476
func asProtocol(_: WithCodeBlockSyntax.Protocol) -> WithCodeBlockSyntax?