diff options
Diffstat (limited to 'cli/tests/runtime_decorators.ts.out')
-rw-r--r-- | cli/tests/runtime_decorators.ts.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/runtime_decorators.ts.out b/cli/tests/runtime_decorators.ts.out new file mode 100644 index 000000000..0fc1d4590 --- /dev/null +++ b/cli/tests/runtime_decorators.ts.out @@ -0,0 +1,7 @@ +@A evaluated +@B evaluated +@B called +@A called +fn() called from @A +fn() called from @B +C.test() called |