1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cgen: fix reassignment of optionals

This commit is contained in:
Alexander Medvednikov
2020-05-10 17:40:24 +02:00
parent 1722171adc
commit a2d120b583
3 changed files with 57 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ pub mut:
url string
user_agent string
verbose bool
mut:
//mut:
user_ptr voidptr
ws_func voidptr
}