diff --git a/testing.js b/testing.js new file mode 100644 index 0000000..22127b1 --- /dev/null +++ b/testing.js @@ -0,0 +1,8 @@ +class Testing { + constructor(arg1, arg2) { + } + + get foo() { + return 'baz'; + } +}