mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 02:35:48 -05:00
respond to code review comments
This commit is contained in:
@@ -180,7 +180,7 @@ module FourSlashInterface {
|
||||
}
|
||||
|
||||
public referencesCountIs(count: number) {
|
||||
FourSlash.currentTestState.verifyReferencesCountIs(count, false);
|
||||
FourSlash.currentTestState.verifyReferencesCountIs(count, /*localFilesOnly*/ false);
|
||||
}
|
||||
|
||||
public implementorsCountIs(count: number) {
|
||||
|
||||
Reference in New Issue
Block a user