{ "kind" : "Program", "location" : [ 1, 1, 3, 16 ], "declarations" : [ ], "statements" : [ { "kind" : "ExprStmt", "location" : [ 1, 1, 1, 15 ], "expr" : { "kind" : "BinaryExpr", "location" : [ 1, 1, 1, 15 ], "inferredType" : { "kind" : "ListValueType", "elementType" : { "kind" : "ClassValueType", "className" : "int" } }, "left" : { "kind" : "ListExpr", "location" : [ 1, 1, 1, 6 ], "inferredType" : { "kind" : "ListValueType", "elementType" : { "kind" : "ClassValueType", "className" : "int" } }, "elements" : [ { "kind" : "IntegerLiteral", "location" : [ 1, 2, 1, 2 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 1 }, { "kind" : "IntegerLiteral", "location" : [ 1, 5, 1, 5 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 2 } ] }, "operator" : "+", "right" : { "kind" : "ListExpr", "location" : [ 1, 10, 1, 15 ], "inferredType" : { "kind" : "ListValueType", "elementType" : { "kind" : "ClassValueType", "className" : "int" } }, "elements" : [ { "kind" : "IntegerLiteral", "location" : [ 1, 11, 1, 11 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 3 }, { "kind" : "IntegerLiteral", "location" : [ 1, 14, 1, 14 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 4 } ] } } }, { "kind" : "ExprStmt", "location" : [ 2, 1, 2, 18 ], "expr" : { "kind" : "BinaryExpr", "location" : [ 2, 1, 2, 18 ], "inferredType" : { "kind" : "ClassValueType", "className" : "str" }, "left" : { "kind" : "StringLiteral", "location" : [ 2, 1, 2, 8 ], "inferredType" : { "kind" : "ClassValueType", "className" : "str" }, "value" : "Hello " }, "operator" : "+", "right" : { "kind" : "StringLiteral", "location" : [ 2, 12, 2, 18 ], "inferredType" : { "kind" : "ClassValueType", "className" : "str" }, "value" : "World" } } }, { "kind" : "ExprStmt", "location" : [ 3, 1, 3, 15 ], "expr" : { "kind" : "BinaryExpr", "location" : [ 3, 1, 3, 15 ], "inferredType" : { "kind" : "ListValueType", "elementType" : { "kind" : "ClassValueType", "className" : "object" } }, "left" : { "kind" : "ListExpr", "location" : [ 3, 1, 3, 6 ], "inferredType" : { "kind" : "ListValueType", "elementType" : { "kind" : "ClassValueType", "className" : "int" } }, "elements" : [ { "kind" : "IntegerLiteral", "location" : [ 3, 2, 3, 2 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 1 }, { "kind" : "IntegerLiteral", "location" : [ 3, 5, 3, 5 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 2 } ] }, "operator" : "+", "right" : { "kind" : "ListExpr", "location" : [ 3, 10, 3, 15 ], "inferredType" : { "kind" : "ListValueType", "elementType" : { "kind" : "ClassValueType", "className" : "bool" } }, "elements" : [ { "kind" : "BooleanLiteral", "location" : [ 3, 11, 3, 14 ], "inferredType" : { "kind" : "ClassValueType", "className" : "bool" }, "value" : true } ] } } } ], "errors" : { "errors" : [ ], "kind" : "Errors", "location" : [ 0, 0, 0, 0 ] } }