summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/oc/bug_1366.m
blob: 5e81ed4a1c6211434bbe5422c51026414fde5bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@implementation UCTestClass

- (void) test{
    
    switch (test) {
        case "longlonglonglong":{
            i = 1;
        }
            break;
    }
}

@end