Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 68e6c55

Browse files
committed
Add @JsonCreator to K.ExpressionStatement
1 parent 1ccb03d commit 68e6c55

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/org/openrewrite/kotlin/tree

1 file changed

+1
-0
lines changed

src/main/java/org/openrewrite/kotlin/tree/K.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ public ExpressionStatement(Expression expression) {
606606
this.expression = expression;
607607
}
608608

609+
@JsonCreator
609610
public ExpressionStatement(UUID id, Expression expression) {
610611
this.id = id;
611612
this.expression = expression;

0 commit comments

Comments
 (0)