mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Added tests.
This commit is contained in:
parent
355dcd11c8
commit
2902aa2ba3
@ -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");
|
||||
Loading…
x
Reference in New Issue
Block a user