1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
Alexander Medvednikov 2019-11-14 10:05:41 +03:00
parent 7d924679a6
commit 6eaa2db533

View File

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