Skip to content

Commit 3cab67b

Browse files
committed
add support for variables
1 parent 94d5f34 commit 3cab67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JExtractSwiftLib/ImportedDecls.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public final class ImportedFunc: ImportedDecl, CustomStringConvertible {
9191
}
9292
return false
9393
}
94-
94+
9595
/// If this function/method is member of a class/struct/protocol,
9696
/// this will contain that declaration's imported name.
9797
///

0 commit comments

Comments
 (0)