mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: fail when assigning to _ with :=
This commit is contained in:
@ -27,7 +27,7 @@ pub fn (mut app App) json_endpoint() {
|
||||
|
||||
pub fn (mut app App) index() {
|
||||
app.cnt++
|
||||
show:= true
|
||||
show := true
|
||||
//app.vweb.text('Hello world from vweb')
|
||||
hello := 'Hello world from vweb'
|
||||
numbers := [1,2,3]
|
||||
|
Reference in New Issue
Block a user