summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/oc/3812.m
blob: acea28c0cb6f8e4b268c19fc2d46c9e019f7ffd8 (plain)
1
2
3
4
5
6
7
8
- (int)test
{
  [obj method:[obj2 method2:@{}]];
  switch (var) {
    case one: return 3;
  }
  return 0;
}