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.
2 parents f0b5ed4 + eb9cb12 commit ccb69f6Copy full SHA for ccb69f6
Sources/SwiftSyntax/SyntaxArena.swift
@@ -16,7 +16,7 @@ public class SyntaxArena {
16
public typealias ParseTriviaFunction = (_ source: SyntaxText, _ position: TriviaPosition) -> [RawTriviaPiece]
17
18
/// Bump-pointer allocator for all "intern" methods.
19
- private var allocator: BumpPtrAllocator
+ private let allocator: BumpPtrAllocator
20
/// Source file buffer the Syntax tree represents.
21
private var sourceBuffer: UnsafeBufferPointer<UInt8>
22
0 commit comments