##// END OF EJS Templates
Added tag v1.0.10 for changeset d4f0cdae9577
Added tag v1.0.10 for changeset d4f0cdae9577

File last commit:

r34:e8012fdf09ae 1.0.0-rc16 default
r61:a5ead1578dfc default
Show More
DeclareTests.ts
10 lines | 170 B | video/mp2t | TypeScriptLexer
import { Baz } from "./mock/Baz";
console.log("Declare tests");
const baz = new Baz();
const data: string[] = [];
baz.writeHello(data);
console.log(data.join("\n"));