pull/2760/head
Alexander Medvednikov 2019-11-14 10:05:41 +03:00
parent 7d924679a6
commit 6eaa2db533
1 changed files with 1 additions and 1 deletions

View File

@ -318,5 +318,5 @@ pub fn (s string) hash() int {
}
pub fn (s string) bytes() []byte {
return []byte
return []
}