You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniil Ovchinnikov (Jira)" <ji...@apache.org> on 2021/12/07 19:43:00 UTC

[jira] [Created] (GROOVY-10406) Dollar slashy string is too greedy

Daniil Ovchinnikov created GROOVY-10406:
-------------------------------------------

             Summary: Dollar slashy string is too greedy
                 Key: GROOVY-10406
                 URL: https://issues.apache.org/jira/browse/GROOVY-10406
             Project: Groovy
          Issue Type: Bug
          Components: lexer
    Affects Versions: 3.0.9
            Reporter: Daniil Ovchinnikov


This code compiles fine in 2.5.14, but fails to compile in 3.0.9.

{code:groovy}
println([$/$$/$ : /$$/])
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)