Skip to content

Commit 3107383

Browse files
committed
_NSCFString must be marked @usableFromInline because _NSCFConstantString is.
1 parent 88327e3 commit 3107383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Foundation/NSCFString.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import CoreFoundation
1212

13+
@usableFromInline
1314
internal class _NSCFString : NSMutableString {
1415
required init(characters: UnsafePointer<unichar>, length: Int) {
1516
fatalError()

0 commit comments

Comments
 (0)