Cannot find a method
已回答
Hello, intellij cannot find Point2D::interpolate() (java 13), the project/module SDK is 13. In the 2019.2.3 I can't compile a file with this method, in the 2019.1 an executable test which use the method works with the JRE 13 and the SDK 11.
With the Intellij SDK 13 there is an error with the annotation jar.
请先登录再写评论。
Please share a sample project to reproduce the issue: https://uploads.services.jetbrains.com/. Provide the file name so that we can check it.
It seems that it's linked to the language level which must be 13 too, thus it works but only in the 2019.2. False alarm.