mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
stdlib: underscore-prefix String.core
Swift SVN r20411
This commit is contained in:
@@ -48,7 +48,7 @@ func repr(x: _StringCore) -> String {
|
||||
}
|
||||
|
||||
func repr(x: String) -> String {
|
||||
return "String(\(repr(x.core))) = \"\(x)\""
|
||||
return "String(\(repr(x._core))) = \"\(x)\""
|
||||
}
|
||||
|
||||
// CHECK: Testing
|
||||
|
||||
Reference in New Issue
Block a user