Skip to content

Commit 6da3219

Browse files
committed
misc: add GH PR link
1 parent bd9ceb4 commit 6da3219

File tree

1 file changed

+1
-0
lines changed
  • tests/compile/src/test/kotlin/software/amazon/smithy/kotlin/codegen

1 file changed

+1
-0
lines changed

tests/compile/src/test/kotlin/software/amazon/smithy/kotlin/codegen/SmithySdkTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ class SmithySdkTest {
225225
assertEquals(KotlinCompilation.ExitCode.OK, compilationResult.exitCode, compileOutputStream.toString())
226226
}
227227

228+
// https://github.com/smithy-lang/smithy-kotlin/issues/1129
228229
@Test
229230
fun `it compiles models with unions with members that have the same name as the union`() {
230231
val model = """

0 commit comments

Comments
 (0)