diff --git a/fresh.ts b/fresh.ts new file mode 100644 index 0000000..a343dc1 --- /dev/null +++ b/fresh.ts @@ -0,0 +1,15 @@ +// A fresh file with something inside it + +export class Foo { + get bar() { + return 'bazzz'; + } +} + +// Commit A + +// Commit B + +// Commit C3 + +// Edit by reviewer