Skip to content

Commit

Permalink
Better parsing for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Oct 5, 2023
1 parent a49e372 commit b4887f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ public J visitProperty(KtProperty property, ExecutionContext data) {

J.VariableDeclarations variableDeclarations = new J.VariableDeclarations(
Tree.randomId(),
Space.EMPTY, // overlaps with right-padding of previous statement
prefix(property), // overlaps with right-padding of previous statement
markers,
leadingAnnotations,
modifiers,
Expand Down

0 comments on commit b4887f7

Please sign in to comment.