Skip to content

Commit 59d6f72

Browse files
authored
Merge pull request #380 from vrjuliao/fixExample
Fix exampe: Adding SwiftSyntaxParser import
2 parents 822089b + 4f287ba commit 59d6f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/AddOneToIntegerLiterals.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import SwiftSyntax
2+
import SwiftSyntaxParser
23
import Foundation
34

45
/// AddOneToIntegerLiterals will visit each token in the Syntax tree, and

0 commit comments

Comments
 (0)