Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Markcole1110
Total activity
4
Last activity
June 16, 2022 16:01
Member since
June 16, 2022 13:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
June 16, 2022 16:01
Nevermind, the issue was a missing }. Mark
Community
JetGroovy
Inner Methods are not Supported
0 votes
Created
June 16, 2022 13:51
Here is an example: def typeCheck(String type,String value) { def answer; if (type.contains(value)) { answer = value; }else{ answer = "notfound"; } return answer;} I w...
Community
JetGroovy
Inner Methods are not Supported
0 votes