mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix comment
This commit is contained in:
@@ -50,7 +50,7 @@ function union(a: A): A & B | null {
|
||||
}
|
||||
}
|
||||
|
||||
// Repro from #9011
|
||||
// Repro from #9016
|
||||
|
||||
declare function log(s: string): void;
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ function union(a: A): A & B | null {
|
||||
}
|
||||
}
|
||||
|
||||
// Repro from #9011
|
||||
// Repro from #9016
|
||||
|
||||
declare function log(s: string): void;
|
||||
>log : Symbol(log, Decl(typeGuardIntersectionTypes.ts, 49, 1))
|
||||
|
||||
@@ -133,7 +133,7 @@ function union(a: A): A & B | null {
|
||||
}
|
||||
}
|
||||
|
||||
// Repro from #9011
|
||||
// Repro from #9016
|
||||
|
||||
declare function log(s: string): void;
|
||||
>log : (s: string) => void
|
||||
|
||||
@@ -50,7 +50,7 @@ function union(a: A): A & B | null {
|
||||
}
|
||||
}
|
||||
|
||||
// Repro from #9011
|
||||
// Repro from #9016
|
||||
|
||||
declare function log(s: string): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user