TypeScript/tests/cases/fourslash/quickInfoPropertyTag.ts
Andy 2b888c30f9
Consistently pass indent to 'parseTagComments' (#27055)
* Consistently pass indent to 'parseTagComments'

* Update baselines
2018-09-12 17:44:06 -07:00

16 lines
304 B
TypeScript

/// <reference path='fourslash.ts' />
// @allowJs: true
// @Filename: /a.js
/////**
//// * @typedef I
//// * @property {number} x Doc
//// * More doc
//// */
////
/////** @type {I} */
////const obj = { /**/x: 10 };
verify.quickInfoAt("", "(property) x: number", "Doc\nMore doc");