prettier/tests/decorator_comments/comments.js

6 lines
89 B
JavaScript

class Something {
@Annotateme()
// comment
static property: Array<string>;
}