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

@@ -95,6 +95,6 @@ extension String {
}
public var utf16: UTF16View {
return UTF16View(core)
return UTF16View(_core)
}
}