I have updated my SDK to 2.10.0, I have resolved all new conflics.(example: "required" instead of "@required") And after that when I wanted run my tests I had several errors with this. The compiler think "required" is a data type and not just the new version of "@required".
how to make the compiler understand that "required" is "@required" and not a data type ?