Skip to content

Commit 29c4107

Browse files
committed
test: @putout/engine-parser: decorator-legacy
1 parent aa8f81e commit 29c4107

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/engine-parser/test/fixture/decorator-legacy.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
class H extends Y {
2-
constructor(@IOptionsService optionsService: IOptionsService) {
2+
constructor(
3+
@IOptionsService optionsService: IOptionsService
4+
) {
35
super();
46
console.log(optionsService);
57
}

0 commit comments

Comments
 (0)