We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73a2da commit 047e400Copy full SHA for 047e400
stdlib/public/SDK/Foundation/Foundation.swift
@@ -62,11 +62,11 @@ extension NSObject : CustomDebugStringConvertible {}
62
// Strings
63
//===----------------------------------------------------------------------===//
64
65
-@available(*, unavailable, message="Please use String or NSString") public
66
-class NSSimpleCString {}
+@available(*, unavailable, message="Please use String or NSString")
+public class NSSimpleCString {}
67
68
69
-class NSConstantString {}
+public class NSConstantString {}
70
71
@warn_unused_result
72
@_silgen_name("swift_convertStringToNSString")
0 commit comments