Variable reference from $VAR to @VAR to avoid object conflict
This commit is contained in:
@@ -16,8 +16,8 @@ func TestVariables(t *testing.T) {
|
||||
|
||||
+Obj = {
|
||||
Class = Test
|
||||
Field1 = $MyInt
|
||||
Field2 = $MyStr
|
||||
Field1 = @MyInt
|
||||
Field2 = @MyStr
|
||||
}
|
||||
`
|
||||
// Test Parsing
|
||||
|
||||
Reference in New Issue
Block a user