stdlib: underscore-prefix String.core

Swift SVN r20411
This commit is contained in:
Dmitri Hrybenko
2014-07-23 16:28:57 +00:00
parent 7a3e406ed3
commit 766c9816de
14 changed files with 33 additions and 33 deletions

View File

@@ -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