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
When executed, DefaultGroovyMethods.toString(Object[]) is used. However, it is displayed in the editor as Object.toString(). When static compilation is enabled, the extension method connection is clear.
vs.
The text was updated successfully, but these errors were encountered:
Consider the following:
When executed,
DefaultGroovyMethods.toString(Object[])
is used. However, it is displayed in the editor asObject.toString()
. When static compilation is enabled, the extension method connection is clear.vs.
The text was updated successfully, but these errors were encountered: