You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "roroco (JIRA)" <ji...@apache.org> on 2015/10/31 11:59:27 UTC

[jira] [Created] (GROOVY-7651) groovysh always raise "Unknown property: a" for a normal ArrayLIst

roroco created GROOVY-7651:
------------------------------

             Summary: groovysh always raise "Unknown property: a" for a normal ArrayLIst
                 Key: GROOVY-7651
                 URL: https://issues.apache.org/jira/browse/GROOVY-7651
             Project: Groovy
          Issue Type: Bug
          Components: Groovysh
    Affects Versions: 2.4.3
            Reporter: roroco


reproduction:

roroco@roroco-Zhaoyang-K49 /media/roroco/disk750/records $ groovysh
Groovy Shell (2.4.3, JVM: 1.8.0_60)
Type ':help' or ':h' for help.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
groovy:000> def a = []
===> []
groovy:000> a
Unknown property: a




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)