summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/issue_2724.m
blob: 51c90671232c67d4a0eed59fda8d8595a7806fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// OC mesg inside array/dictionary
_sections1 = @[
[  SectionModel resultsWithContacts:contacts]
];

_sections2 = @[
[[SectionModel mesg]  resultsWithContacts1: contacts1],
[[SectionModel mesg]  resultsWithContacts2: contacts2]
];

_sections3 = @[[SectionModel resultsWithContacts:contacts]];

@[
  something
  ];

@[
  [something mesg]
  ];