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
importp.AclassCextends A {
// ...
}
new C().packagePrivate
The "packagePrivate" reference refers to the access method for Groovy < 4. Since Groovy 5 (GROOVY-11357) the method is not propagated to a subclass from another package. Therefore, "packagePrivate" should be indicated as a map entry in this case.
The text was updated successfully, but these errors were encountered:
Consider the following:
The "packagePrivate" reference refers to the access method for Groovy < 4. Since Groovy 5 (GROOVY-11357) the method is not propagated to a subclass from another package. Therefore, "packagePrivate" should be indicated as a map entry in this case.
The text was updated successfully, but these errors were encountered: