Community
Participate
Working Groups
Put this script in Orion editor: x = (function() { function x() { } return x; }()); You will see a red X on the first line, but if you hover over the error there is no error text. There is no way to see what the problem is (should be var x = ...)
This sounds like a specific instance of Bug 360237... I see it on the built version of orion.eclipse.org, but if I switch to non-built (by running a self-hosted inner site), it goes away.
*** This bug has been marked as a duplicate of bug 360237 ***