Fix comment

This commit is contained in:
Anders Hejlsberg
2016-06-08 18:39:07 -07:00
parent d182a59782
commit b1a749895a
4 changed files with 4 additions and 4 deletions
@@ -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;