We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff4db5 commit a96ee24Copy full SHA for a96ee24
symbolic/variable.go
@@ -16,7 +16,7 @@ type Variable struct {
16
Type VarType
17
Name string
18
// Environment is the environment that the variable belongs to.
19
- Environment *Environment
+ Environment Environment
20
}
21
22
/*
0 commit comments