summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/oc/50805-issue_2724.m
blob: 23241732c05b1ffd59fa01bb83d0368b50da4573 (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]
];