mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 10:58:20 -05:00
Added tests.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////let x = {
|
||||
//// f/*1*/oo
|
||||
////}
|
||||
|
||||
goTo.marker("1");
|
||||
goTo.definition();
|
||||
verify.not.definitionLocationExists();
|
||||
@@ -0,0 +1,9 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////let /*def*/x = {
|
||||
//// /*prop*/x
|
||||
////}
|
||||
|
||||
goTo.marker("prop");
|
||||
goTo.definition();
|
||||
verify.caretAtMarker("def");
|
||||
Reference in New Issue
Block a user