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 697a4c4 commit d597a64Copy full SHA for d597a64
Sources/JExtractSwift/CDeclLowering/CRepresentation.swift
@@ -21,7 +21,7 @@ extension CType {
21
/// function, first go through Swift -> cdecl lowering. This function
22
/// will throw an error if it encounters a type that is not expressible in
23
/// C.
24
-init(cdeclType: SwiftType) throws {
+ init(cdeclType: SwiftType) throws {
25
switch cdeclType {
26
case .nominal(let nominalType):
27
if let knownType = nominalType.nominalTypeDecl.knownStandardLibraryType {
0 commit comments