Source

fixtures/typescript/regular-class.ts

/**
 * This is amazing class
 * 
 * @tutorial my-awesome-tutorial
 */
class SomeClass {

}