Intellij IDEA "Decompiled.class file, bytecodeversion:52.0 (Java 8
It looks like you're opening the class files within the left hand navigation window. Find the source code instead (the .java
files) and open those instead - then everything should be normal.
(Look at home05\Solution.java
for example, instead of home05\Solution.class
...)