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 bd9ceb4 commit 6da3219Copy full SHA for 6da3219
tests/compile/src/test/kotlin/software/amazon/smithy/kotlin/codegen/SmithySdkTest.kt
@@ -225,6 +225,7 @@ class SmithySdkTest {
225
assertEquals(KotlinCompilation.ExitCode.OK, compilationResult.exitCode, compileOutputStream.toString())
226
}
227
228
+ // https://github.com/smithy-lang/smithy-kotlin/issues/1129
229
@Test
230
fun `it compiles models with unions with members that have the same name as the union`() {
231
val model = """
0 commit comments