blob: e250bb0956c0504fe960f3a1e54fb199e7d479b7 [file] [log] [blame]
// RUN: %clang_cc1 -objcmt-migrate-instancetype %s -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t.remap
// RUN: FileCheck %s -input-file=%t.remap
// Make sure we don't create an edit unnecessarily.
// CHECK-NOT: instancetype
@class NSString;
@interface NSDictionary
+(instancetype) dictionaryWithURLEncodedString:(NSString *)urlEncodedString;
@end