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 1bc80c1 commit ddd578cCopy full SHA for ddd578c
Sources/JExtractSwift/ImportedDecls+Printing.swift
@@ -15,7 +15,6 @@
15
import Foundation
16
import JavaTypes
17
import SwiftSyntax
18
-import OrderedCollections
19
20
extension ImportedFunc {
21
/// Render a `@{@snippet ... }` comment section that can be put inside a JavaDoc comment
@@ -99,4 +98,4 @@ extension Optional where Wrapped == VariableAccessorKind {
99
98
func renderMethodName(_ decl: ImportedFunc) -> String {
100
self?.renderMethodName(decl) ?? decl.baseIdentifier
101
}
102
-}
+}
0 commit comments