TypeScript/tests/cases/fourslash/insertPublicBeforeSetter.ts

10 lines
180 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
//// class C {
//// /**/set Bar(bar:string) {}
//// }
//// var o2 = { set Foo(val:number) { } };
goTo.marker();
edit.insert("public ");