TypeScript/tests/cases/fourslash/smartSelection_objectTypes.ts
2019-04-23 16:41:59 -07:00

9 lines
191 B
TypeScript

/// <reference path="fourslash.ts" />
////type X = {
//// /*1*/foo?: string;
//// /*2*/readonly /*3*/bar: { x: num/*4*/ber };
//// /*5*/meh
////}
verify.baselineSmartSelection();