Reviewed By: jvillard Differential Revision: D5985910 fbshipit-source-id: 9abbb78master
parent
9e1d96c1f2
commit
4769c481ad
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (c) 2017 - present Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@interface C : NSObject
|
||||
|
||||
@property(strong) const C* ptr_to_const_objc_bad;
|
||||
|
||||
@property(strong) C* const const_ptr_to_objc_good;
|
||||
|
||||
@end
|
Loading…
Reference in new issue