prettier/tests/decorator_comments/comments.js

6 lines
89 B
JavaScript
Raw Normal View History

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