mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-24 04:30:53 -06:00
Removing old comment
This commit is contained in:
parent
db230a2a0d
commit
694705f168
@ -7586,7 +7586,6 @@ namespace ts {
|
||||
const candidates = inferiority ?
|
||||
inferences.secondary || (inferences.secondary = []) :
|
||||
inferences.primary || (inferences.primary = []);
|
||||
// Infer base primitive type for unit types.
|
||||
if (!contains(candidates, source)) {
|
||||
candidates.push(source);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user