{ "kind" : "Program", "location" : [ 1, 1, 4, 12 ], "declarations" : [ { "kind" : "VarDef", "location" : [ 1, 1, 1, 14 ], "var" : { "kind" : "TypedVar", "location" : [ 1, 1, 1, 7 ], "identifier" : { "kind" : "Identifier", "location" : [ 1, 1, 1, 1 ], "name" : "x" }, "type" : { "kind" : "ListType", "location" : [ 1, 3, 1, 7 ], "elementType" : { "kind" : "ClassType", "location" : [ 1, 4, 1, 6 ], "className" : "int" } } }, "value" : { "kind" : "NoneLiteral", "location" : [ 1, 11, 1, 14 ], "inferredType" : { "kind" : "ClassValueType", "className" : "" } } } ], "statements" : [ { "kind" : "AssignStmt", "location" : [ 3, 1, 3, 6 ], "targets" : [ { "kind" : "Identifier", "location" : [ 3, 1, 3, 1 ], "inferredType" : { "kind" : "ListValueType", "elementType" : { "kind" : "ClassValueType", "className" : "int" } }, "name" : "x" } ], "value" : { "kind" : "ListExpr", "location" : [ 3, 5, 3, 6 ], "inferredType" : { "kind" : "ClassValueType", "className" : "" }, "elements" : [ ] } }, { "kind" : "ExprStmt", "location" : [ 4, 1, 4, 11 ], "expr" : { "kind" : "CallExpr", "location" : [ 4, 1, 4, 11 ], "inferredType" : { "kind" : "ClassValueType", "className" : "" }, "function" : { "kind" : "Identifier", "location" : [ 4, 1, 4, 5 ], "inferredType" : { "kind" : "FuncType", "parameters" : [ { "kind" : "ClassValueType", "className" : "object" } ], "returnType" : { "kind" : "ClassValueType", "className" : "" } }, "name" : "print" }, "args" : [ { "kind" : "IndexExpr", "location" : [ 4, 7, 4, 10 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "list" : { "kind" : "Identifier", "location" : [ 4, 7, 4, 7 ], "inferredType" : { "kind" : "ListValueType", "elementType" : { "kind" : "ClassValueType", "className" : "int" } }, "name" : "x" }, "index" : { "kind" : "IntegerLiteral", "location" : [ 4, 9, 4, 9 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 0 } } ] } } ], "errors" : { "errors" : [ ], "kind" : "Errors", "location" : [ 0, 0, 0, 0 ] } }