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 3901b93 commit 55b7230Copy full SHA for 55b7230
tools/SwiftSyntax/Syntax.swift
@@ -21,7 +21,7 @@ public protocol Syntax:
21
internal protocol _SyntaxBase: Syntax {
22
/// The type of sequence containing the indices of present children.
23
typealias PresentChildIndicesSequence =
24
- LazyFilterSequence<CountableRange<Int>>
+ LazyFilterSequence<Range<Int>>
25
26
/// The root of the tree this node is currently in.
27
var _root: SyntaxData { get } // Must be of type SyntaxData
0 commit comments