Referring to array class is marked (incorrectly) as an array reference
Answered
This code in Groovy:
ValueByDate[].class
Is valid. But shows a warning in IDEA:
"Cannot resolve index access with arguments" and the brackets are underlined.
Please sign in to leave a comment.
Thanks for the report, this issue is already logged at https://youtrack.jetbrains.com/issue/IDEA-145267.