mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-27 04:48:33 -05:00
Extended test.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////let /*def*/x = {
|
||||
//// /*prop*/x
|
||||
////var /*varDef*/x = {
|
||||
//// /*varProp*/x
|
||||
////}
|
||||
////let /*letDef*/y = {
|
||||
//// /*letProp*/y
|
||||
////}
|
||||
|
||||
goTo.marker("prop");
|
||||
goTo.marker("varProp");
|
||||
goTo.definition();
|
||||
verify.caretAtMarker("def");
|
||||
verify.caretAtMarker("varDef");
|
||||
|
||||
goTo.marker("letProp");
|
||||
goTo.definition();
|
||||
verify.caretAtMarker("letDef");
|
||||
Reference in New Issue
Block a user