TypeScript/tests/cases/fourslash/quickInfoSpecialPropertyAssignment.ts

11 lines
197 B
TypeScript
Raw Normal View History

// @allowJs: true
// @Filename: /a.js
////class C {
//// constructor() {
//// /** Doc */
//// this./**/x = 0;
//// }
////}
verify.quickInfoAt("", "(property) C.x: number", "Doc");