Skip to content

Commit a96ee24

Browse files
Update symbolic/variable.go
Let's try storing the interface directly instead. :) Co-authored-by: Copilot <[email protected]>
1 parent 4ff4db5 commit a96ee24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symbolic/variable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type Variable struct {
1616
Type VarType
1717
Name string
1818
// Environment is the environment that the variable belongs to.
19-
Environment *Environment
19+
Environment Environment
2020
}
2121

2222
/*

0 commit comments

Comments
 (0)