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 bcf9c99 commit c81c51bCopy full SHA for c81c51b
smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/CodegenVisitor.kt
@@ -35,7 +35,7 @@ class CodegenVisitor(context: PluginContext) : ShapeVisitor.Default<Void>() {
35
36
private val LOGGER = Logger.getLogger(javaClass.name)
37
private val settings: SwiftSettings = SwiftSettings.from(context.model, context.settings)
38
- private val model: Model
+ val model: Model
39
private val service: ServiceShape
40
private val fileManifest: FileManifest = context.fileManifest
41
private val symbolProvider: SymbolProvider
0 commit comments