Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Side by Side Diff: class-dump/src/UnitTests/var-004.txt

Issue 7793008: Add the 3.3.3 sources for class-dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « class-dump/src/UnitTests/var-003.txt ('k') | class-dump/src/UnitTests/var-005.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 var 1
2 {RetainPtr<const __CFString*>=^{__CFString}}
3
4 var
5 {My::List<int>}
6
7 var
8 {My::List<int*>}
9
10 var
11 {My::List<int*,int*>}
12
13 var
14 {My::List<My::List<int>*,int>}
15
16 // If it's still in the template mode, it adds any identifier after the > to the suffix;
17
18 var
19 {My::List<My::List<int>*bob,int>}
20
21 // And this should fail:
22 var
23 {My::List<int>*}
24
25 // Should this work or not?
26 var
27 {^My::List<int>}
28
OLDNEW
« no previous file with comments | « class-dump/src/UnitTests/var-003.txt ('k') | class-dump/src/UnitTests/var-005.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698