##// END OF EJS Templates
Added tag v1.0.0 for changeset 3b6c4159c66c
Added tag v1.0.0 for changeset 3b6c4159c66c

File last commit:

r34:e8012fdf09ae 1.0.0-rc16 default
r42:ac9daa85d34d 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"));