We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4537a1 commit 08d33a6Copy full SHA for 08d33a6
Sources/SwiftSyntax/SyntaxAnyVisitor.swift.gyb
@@ -40,9 +40,6 @@
40
/// }
41
///
42
open class SyntaxAnyVisitor: SyntaxVisitor {
43
- /// Visiting `UnknownSyntax` specifically.
44
- /// - Parameter node: the node we are visiting.
45
- /// - Returns: how should we continue visiting.
46
open func visitAny(_ node: Syntax) -> SyntaxVisitorContinueKind {
47
return .visitChildren
48
}
Sources/SwiftSyntax/gyb_generated/SyntaxAnyVisitor.swift
@@ -35,9 +35,6 @@
35
36
37
38
39
0 commit comments