Accessor naming should be locale-independant

This commit is contained in:
Valentin Kipyatkov
2015-09-25 16:24:43 +03:00
parent 219fc46a36
commit 069ce12604
3 changed files with 18 additions and 4 deletions
@@ -15,6 +15,8 @@ interface I {
var HTTPProtocol: String
var issueFlag: Boolean
var русскаяПропертя: Int // should not capitalize it because we only do it for ASCII
}
// 1 getSimpleFoo
@@ -39,3 +41,5 @@ interface I {
// 1 setHTTPProtocol
// 1 getIssueFlag
// 1 setIssueFlag
// 1 getрусскаяПропертя
// 1 setрусскаяПропертя