[
https://issues.apache.org/jira/browse/GROOVY-10783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17613140#comment-17613140
]
ASF GitHub Bot commented on GROOVY-10783:
-----------------------------------------
daniellansun opened a new pull request, #1788:
URL: https://github.com/apache/groovy/pull/1788
…bled
https://issues.apache.org/jira/browse/GROOVY-10783
> propertyMissing of category does not work when indy enabled
> -----------------------------------------------------------
>
> Key: GROOVY-10783
> URL: https://issues.apache.org/jira/browse/GROOVY-10783
> Project: Groovy
> Issue Type: Bug
> Reporter: Daniel Sun
> Assignee: Daniel Sun
> Priority: Major
> Fix For: 5.0.0-alpha-1, 4.0.6
>
>
> {code:java}
> class X{ def bar(){1}}
> class XCat4{ static propertyMissing(X x, String name) {"works"}}
> def x = new X()
> use(XCat4) {
> assert x.baz == "works"
> }
> {code}
> The above code will blame {{baz}} property not found when indy is enabled
--
This message was sent by Atlassian Jira
(v8.20.10#820010)