You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
/**
* @description This is a class decl that I figured I should talk about
* @name MyClass
* @since 1.0
*/
class MyClass {
constructor() {}
}
export default MyClass;
export let instance = new MyClass();
If you issue a documentation request with the position in any of the 'MyClass' identifiers, no documentation is returned.
Consider the following snippet:
If you issue a documentation request with the position in any of the 'MyClass' identifiers, no documentation is returned.
Related Orion bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=507000
The text was updated successfully, but these errors were encountered: