blob: 9825e29377a56b1aa496e06e1e0e88db169f7b49 [file] [log] [blame]
Ben Gruver13255372015-02-21 12:23:38 -08001.annotation .blah Lblah;
2.end annotation
3
4.annotation runtime .blah
5.end annotation
6
Ben Gruver251d6072015-02-21 12:43:13 -08007.annotation runtime Lblah;
8 blah .blah .blah
Ben Gruver4640cc92015-02-21 14:02:12 -08009.end annotation
10
11.annotation runtime Lblah;
12 blah = .blah .blah
Ben Gruverf35c1842015-02-21 14:02:54 -080013.end annotation
14
15.annotation runtime Lblah;
16 blah = .subannotation Lblah2;
17 blah = "blah"
18 .blah
Ben Gruver251d6072015-02-21 12:43:13 -080019.end annotation