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