fourslash diagnostics tests: use objects instead of strings (#22193)

This commit is contained in:
Andy
2018-02-26 14:55:26 -08:00
committed by GitHub
parent d15b098e70
commit 0b1e21794d
29 changed files with 226 additions and 212 deletions

View File

@@ -581,7 +581,7 @@ namespace ts {
}
}
interface RealizedDiagnostic {
export interface RealizedDiagnostic {
message: string;
start: number;
length: number;