Using IntelliJ to compile Java 7, configuration trouble

intellij-idea, java-7

Solution

Set the Project Language Level to 7.0. Reload the project when asked:

Problem

I am playing with IntelliJ and trying to get it to work with Java 7. My JDK is set up to point to latest JDK Additionally, project is set to use it as well Yet, when trying to write Java7 code, it's syntax is not being recognized. What am i missing please?

Original source