We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea3733 commit f56d72fCopy full SHA for f56d72f
Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift
@@ -2017,7 +2017,7 @@ private final class ImportSwiftMacrosAPICollector: SyntaxAnyVisitor {
2017
DiagnosticError(
2018
node: node,
2019
message: "@\(attributeName) declarations must be throws.",
2020
- hint: "Declare the function as 'throws (JSException)'."
+ hint: "Declare the function as 'throws(JSException)'."
2021
)
2022
2023
return nil
0 commit comments