Skip to content

Commit

Permalink
fix: fix test for trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Sammet committed Jul 10, 2022
1 parent 4f056c1 commit ed23cc5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2889,11 +2889,12 @@ It takes a title and such.
@JsonProperty("lastname")
public val lastname: String? = null,
@JsonProperty("company")
public val company: String? = null
public val company: String? = null,
) {
public companion object
}
""".trimMargin()
""".trimIndent()
)

assertCompilesKotlin(dataTypes)
Expand Down

0 comments on commit ed23cc5

Please sign in to comment.