mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
272e9b82eb
Fixes #8212
5 lines
No EOL
144 B
Text
5 lines
No EOL
144 B
Text
[WILDCARD]
|
|
function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) {
|
|
[WILDCARD]
|
|
new SomeClass().test();
|
|
[WILDCARD] |