I have the following code fragment:
NSString* value = @\"value\"; NSString* key = @\"key\"; NSMutableDictionary* foo = [NSMutableDictionary dictionary]; NSDictio
NSAssert([bar isMemberOfClass: [NSMutableDictionary class]], @"");