Skip to content

Commit

Permalink
Make line numbers unique
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed May 21, 2019
1 parent cc84288 commit 2e8467b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -524,7 +524,7 @@ class EntityTransformation extends AbstractASTTransformation {
ClassNode.EMPTY_ARRAY,
block
).with { MethodNode self ->
self.lineNumber = 10013
self.lineNumber = 10015
self.columnNumber = 1
self
}
Expand Down Expand Up @@ -561,7 +561,7 @@ class EntityTransformation extends AbstractASTTransformation {
ClassNode.EMPTY_ARRAY,
block
).with { MethodNode self ->
self.lineNumber = 10014
self.lineNumber = 10016
self.columnNumber = 1
self
}
Expand Down

0 comments on commit 2e8467b

Please sign in to comment.