[cfe-commits] r45489 - in /cfe/trunk: Parse/ParseObjc.cpp test/Parser/objc-messaging-neg-1.m
Nico Weber
nicolasweber at gmx.de
Thu Jan 3 10:28:09 PST 2008
>> int main()
>> {
>> Bla* bla;
>> [bla:4 with: @"bla" @"bla":0];
>> }
>>
>
> This is OK. You are concatenating cf strings. Effectively messaging
> as:
D'oh! Sorry :-P
Nico
More information about the cfe-commits
mailing list