[ 
https://issues.apache.org/jira/browse/GROOVY-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733703#comment-17733703
 ] 

Jochen Theodorou commented on GROOVY-9848:
------------------------------------------

{code:Java}
switch(someMap) {
  case a: xxxxx
}
{code}
what do we expect here? Is case a met if the map has the key a, or is the case 
met if the map has the key a and its value is convertable to true?

> Allow membership operator to work on maps
> -----------------------------------------
>
>                 Key: GROOVY-9848
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9848
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Keegan Witt
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to