Files
cappuccino/Objective-J
Martin Carlberg 595736b8c6 Fixed: When selector is only a ':' in a send message statement the new compiler crashed.
The program below crashed on the last line with a 'null is not an object' error message. Also added a test case.

@implementation MyObject {
- (int):(int)a {
  return a;
}
@end
var a = [[MyObject alloc] init];
var b = [a:3];
2013-05-30 14:39:58 +02:00
..
2012-07-28 02:06:05 +01:00
2012-04-12 10:45:01 -04:00
2012-05-10 09:01:03 -04:00
2012-07-09 11:11:37 +01:00
2010-02-17 19:20:44 -08:00
2013-05-06 16:17:09 +02:00
2013-02-13 12:24:58 +00:00
2013-03-09 14:35:16 -05:00
2013-01-20 18:24:48 +00:00