Files
babel/packages/babel-core/test/fixtures/parse/input.js
2021-09-04 09:34:41 +02:00

7 lines
91 B
JavaScript

@annotation
class MyClass { }
function annotation(target) {
target.annotated = true;
}