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

13 lines
231 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo {
//// bar(a, b) {
//// if (/*1*/a === b) {
//// return tr/*2*/ue;
//// }
//// return false;
//// }
////}
verify.baselineSmartSelection();