You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, copy and paste it, to create Test36b: the result is:
packagetest36classTest36b {
Test36() {}
}
This class does not compile, of course, because the constructor hasn't been renamed.
The text was updated successfully, but these errors were encountered:
mauromol
changed the title
No proper constructor renaming con Groovy class Copy 'n' Paste
No proper constructor renaming on Groovy class Copy 'n' Paste
Sep 20, 2018
eric-milles
changed the title
No proper constructor renaming on Groovy class Copy 'n' Paste
Improper constructor name on Groovy class after copy-and-paste
Jan 10, 2019
Consider this Groovy class:
Now, copy and paste it, to create
Test36b
: the result is:This class does not compile, of course, because the constructor hasn't been renamed.
The text was updated successfully, but these errors were encountered: