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
classC {
def p
}
voidtest(p) {
new C().with {
setP(null)
}
}
Applying "Replace method call with property expression" (Ctrl+Shift+,) to "setP" results in "this.p = null" which no longer references the delegate property.
The text was updated successfully, but these errors were encountered:
Consider the following:
Applying "Replace method call with property expression" (Ctrl+Shift+,) to "setP" results in "this.p = null" which no longer references the delegate property.
The text was updated successfully, but these errors were encountered: