Referring to array class is marked (incorrectly) as an array reference
已回答
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.
请先登录再写评论。
Thanks for the report, this issue is already logged at https://youtrack.jetbrains.com/issue/IDEA-145267.