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
def a = m();
{ ->println a }
// ordef b ='123';
{ -> b =123 }
When saving the editor with the "Remove unnecessary semicolons" save action enabled, the semicolon is removed and the closure becomes associated with the method call.
The text was updated successfully, but these errors were encountered:
Consider the following:
When saving the editor with the "Remove unnecessary semicolons" save action enabled, the semicolon is removed and the closure becomes associated with the method call.
The text was updated successfully, but these errors were encountered: