feat: Add support for missing assign operators (#30)
This commit is contained in:
committed by
Ludovic Fernandez
parent
83c21d4bc0
commit
2619434b64
@@ -1,6 +1,8 @@
|
||||
package interp
|
||||
|
||||
import "reflect"
|
||||
import (
|
||||
"reflect"
|
||||
)
|
||||
|
||||
func valueGenerator(n *Node, i int) func(*Frame) reflect.Value {
|
||||
switch n.level {
|
||||
|
||||
Reference in New Issue
Block a user