summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_020_stack_constructor.ts.out
blob: 9e48b8f98964a7ee3a321781dac68750150808c1 (plain)
1
2
3
4
5
6
7
8
[WILDCARD]Error: constructor
    at new A ([WILDCARD]/error_020_stack_constructor.ts:[WILDCARD])
    at [WILDCARD]/error_020_stack_constructor.ts:[WILDCARD]
error: Uncaught (in promise) Error: constructor
    throw new Error("constructor");
          ^
    at new A ([WILDCARD]/error_020_stack_constructor.ts:[WILDCARD])
    at [WILDCARD]/error_020_stack_constructor.ts:[WILDCARD]