mirror of
https://github.com/denoland/deno.git
synced 2024-11-15 16:43:44 -05: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] |