Skip to content

Commit a3ae108

Browse files
committed
Add debug warning.
1 parent 55c5fd4 commit a3ae108

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Sources/JExtractSwiftLib/Swift2JavaVisitor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ final class Swift2JavaVisitor {
330330
enclosingType: typeContext?.swiftType,
331331
lookupContext: translator.lookupContext)
332332
default:
333+
log.warning("Not supported declaration type \(node.kind) while calling importAccessor!")
333334
return
334335
}
335336

default.profraw

-2.75 MB
Binary file not shown.

0 commit comments

Comments
 (0)