ceylon-ide-intellij
ceylon-ide-intellij copied to clipboard
Realtime compiler error for valid code - cannot use "shared" annotation on ValueConstructorDeclaration
Got this error while adding the "shared" annotation on value constructors in IntelliJ - the "shared" token is marked as an error:

However the code compiles (Run -> Build Project) and runs fine also.