mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Delete staticAssertNever in favor of assertTypeIsNever
This commit is contained in:
@@ -851,7 +851,7 @@ namespace ts.refactor.extractMethod {
|
||||
return scope.members;
|
||||
}
|
||||
else {
|
||||
staticAssertNever(scope);
|
||||
assertTypeIsNever(scope);
|
||||
}
|
||||
|
||||
return emptyArray;
|
||||
|
||||
Reference in New Issue
Block a user