You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried several methods and found that when accepting values through map, it is ineffective. I think this is a bug and look forward to its fix.
Go 1.20
The text was updated successfully, but these errors were encountered:
dairui520
changed the title
用_ 接受值,不起作用
Accepting value with _ does not work,
Aug 8, 2024
dairui520
changed the title
Accepting value with _ does not work,
Accepting value with _ does not work,Just like this : map["a"], _ = get()
Aug 8, 2024
The following program
sample.go
triggers an unexpected resultExpected result
map[a:getTest]
Got
map[]
Yaegi Version
v0.15.1
Additional Notes
I have tried several methods and found that when accepting values through map, it is ineffective. I think this is a bug and look forward to its fix.
Go 1.20
The text was updated successfully, but these errors were encountered: