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

11 lines
226 B
TypeScript

/// <reference path="fourslash.ts" />
////class HomePage {
//// componentDidMount(/*1*/) {
//// if (this.props.username/*2*/) {
//// return '/*3*/';
//// }
//// }
////}
verify.baselineSmartSelection();