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 f1af9bd commit 96b1770Copy full SHA for 96b1770
Sources/JExtractSwift/Swift2JavaTranslator+Printing.swift
@@ -388,7 +388,7 @@ extension Swift2JavaTranslator {
388
private func printClassMemoryLayout(_ printer: inout CodePrinter, _ decl: ImportedNominalType) {
389
printer.print(
390
"""
391
- private static final GroupLayout $LAYOUT = (GroupLayout)SwiftValueWitnessTable.layoutOfSwiftType(TYPE_METADATA.$memorySegment());
+ private static final GroupLayout $LAYOUT = (GroupLayout) SwiftValueWitnessTable.layoutOfSwiftType(TYPE_METADATA.$memorySegment());
392
393
public final GroupLayout $layout() {
394
return $LAYOUT;
0 commit comments