You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftSyntax/Trivia.swift
+6-46
Original file line number
Diff line number
Diff line change
@@ -43,65 +43,25 @@ public struct Trivia: Sendable {
43
43
}
44
44
45
45
/// The string contents of all the comment pieces with any comments tokens trimmed.
46
-
///
47
-
/// Each element in the array is the trimmed contents of a line comment, or, in the case of a multi-line comment a trimmed, concatenated single string.
0 commit comments