TypeScript/tests/cases/fourslash/smartSelection_simple1.ts

13 lines
231 B
TypeScript
Raw Normal View History

2019-04-24 01:41:59 +02:00
/// <reference path="fourslash.ts" />
////class Foo {
//// bar(a, b) {
//// if (/*1*/a === b) {
//// return tr/*2*/ue;
//// }
//// return false;
//// }
////}
verify.baselineSmartSelection();