mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Disabled findAllRefs for 'this'/'super'.
This commit is contained in:
@@ -12,4 +12,7 @@
|
||||
|
||||
goTo.file("file1.ts");
|
||||
goTo.marker();
|
||||
verify.referencesCountIs(8);
|
||||
|
||||
// TODO (drosen): The CURRENT behavior is that findAllRefs doesn't work on 'this' or 'super' keywords.
|
||||
// This should change down the line.
|
||||
verify.referencesCountIs(0);
|
||||
Reference in New Issue
Block a user