···77 * Fourth line
88 */
99export type CamelCaseCommentWithBreaks = number;
1010+1111+/**
1212+ * This is a simple array with properties
1313+ */
1414+export type ArrayWithProperties = Array<{
1515+ foo?: CamelCaseCommentWithBreaks;
1616+ bar?: string;
1717+}>;