TypeScript/tests/cases/fourslash/getOccurrencesSetAndGet.ts
2017-01-18 13:55:31 -08:00

27 lines
495 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo {
//// [|set|] bar(b: any) {
//// }
////
//// public [|get|] bar(): any {
//// return undefined;
//// }
////
//// public set set(s: any) {
//// }
////
//// public get set(): any {
//// return undefined;
//// }
////
//// public set get(g: any) {
//// }
////
//// public get get(): any {
//// return undefined;
//// }
////}
verify.rangesAreOccurrences(false);