TypeScript/tests/cases/fourslash/getOccurrencesSetAndGet.ts

27 lines
495 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <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);