Ambiguous Flex project error : Argument type Vector.<int> is not assignable to parameter type Vector.<int>
Answered
Hello,
I'm getting this ambiguous error message on a flex project :
where the constant EQUILATERAL_TRIANGLE_DRAW_COMMANDS is indeed a Vector of integers :
Despite these errors, the project compile anyway.
It looks like a compiler issue but I don't think that this error appears on the previous versions of Intellij.
Any idea ?
Thanks in advance.
Vincent.
Please sign in to leave a comment.
Hi @...
Please try to do File | Invalidate Caches... | Invalidate and Restart.
If the problem remains please provide a small project sample reproducing the problem.
The files can be uploaded at https://uploads.jetbrains.com/ (do not forget to specify the UploadID)
Hi Hegor,
Thank you for your quick answer. Unfortunately the cache invalidation didn't do the trick.
I uploaded a simple project to illustrate this issue : Upload id: 2021_08_12_4BJitvHAC3AAYgBQ (file: jetbrainTest.zip)
Have a nice day.
Vincent.
Thank you! I've reproduced the problem and raised a new issue at https://youtrack.jetbrains.com/issue/IDEA-275898 so that the responsible developer could take a look at it.
As a workaround please consider using the previous build from https://www.jetbrains.com/idea/download/other.html .