TypeScript/tests/cases/fourslash/quickInfoForJSDocCodefence.ts

22 lines
302 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
/////**
//// * @example
//// * ```
//// * 1 + 2
//// * ```
//// */
////function fo/*1*/o() {
//// return '2';
////}
/////**
//// * @example
//// * ``
//// * 1 + 2
//// * `
//// */
////function bo/*2*/o() {
//// return '2';
////}
verify.baselineQuickInfo();