ceylon-ide-intellij icon indicating copy to clipboard operation
ceylon-ide-intellij copied to clipboard

Realtime compiler error for valid code - cannot use "shared" annotation on ValueConstructorDeclaration

Open xkr47 opened this issue 7 years ago • 0 comments

Got this error while adding the "shared" annotation on value constructors in IntelliJ - the "shared" token is marked as an error:

image

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

xkr47 avatar Aug 17 '18 10:08 xkr47