Skip to content

Commit

Permalink
Update VariableDeclarationsTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 10, 2025
1 parent 50d160e commit 6609c8c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@ void defAndExplicitReturnType() {
@Test
void defVariableStartsWithDef() {
rewriteRun(
groovy("""
def defaultPublicStaticFinal = 0
""")
groovy(
"""
def defaultPublicStaticFinal = 0
"""
)
);
}
}

0 comments on commit 6609c8c

Please sign in to comment.