java.lang.IllegalArgumentException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at com.intellij.NotNullInstrumenter.instrumentClass(NotNullInstrumenter.java:80)
at com.intellij.NotNullInstrumenter.instrumentFile(NotNullInstrumenter.java:72)
I suppose it might be caused by an unsupported class file version. But I'm just guessing.
Tried to run this with Java 10 and got
I suppose it might be caused by an unsupported class file version. But I'm just guessing.