##// END OF EJS Templates
Added tag v1.1.0 for changeset 1a0018655d1c
Added tag v1.1.0 for changeset 1a0018655d1c

File last commit:

r34:e8012fdf09ae 1.0.0-rc16 default
r64:3f27d1084ced 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"));