Recently, after installing Intellij Idea 2016.3.2, there was a problem when creating class objects. In this case, the third line says that the variable 'c' is not created, and throws an error, and the second line - that the variable 'c' is never used. Re-saving / restarting does not help, as if this variable does not exist in the debug mode. The rest of the classes work fine.
public static void main(String[] args) { Circle с = new Circle(-2,3,5); System.out.println(c.isInCircle(0,2)); } 
cinside the brackets, what will be written?Cannot resolve symbol? - Peter Samokhin