File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
test/api-digester/Outputs Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -267,12 +267,9 @@ extension String {
267
267
// The @_swift_native_objc_runtime_base attribute
268
268
// This allows us to subclass an Objective-C class and use the fast Swift
269
269
// memory allocator.
270
- @_fixed_layout // FIXME(sil-serialize-all)
271
270
@objc @_swift_native_objc_runtime_base ( __SwiftNativeNSStringBase)
272
- public class __SwiftNativeNSString {
273
- @usableFromInline // FIXME(sil-serialize-all)
274
- @objc
275
- internal init ( ) { }
271
+ class __SwiftNativeNSString {
272
+ @objc internal init ( ) { }
276
273
deinit { }
277
274
}
278
275
Original file line number Diff line number Diff line change @@ -498,3 +498,5 @@ Func LazyCollectionProtocol.map(_:) has been removed
498
498
Func LazyCollectionProtocol.prefix(while:) has been removed
499
499
Func LazyCollectionProtocol.reversed() has been removed
500
500
Var LazyCollectionProtocol.lazy has declared type change from LazyCollection<τ_0_0.Elements> to LazySequence<τ_0_0.Elements>
501
+
502
+ Class __SwiftNativeNSString has been removed
You can’t perform that action at this time.
0 commit comments