{ "kind" : "Program", "location" : [ 1, 1, 1, 14 ], "declarations" : [ ], "statements" : [ { "kind" : "ExprStmt", "location" : [ 1, 1, 1, 13 ], "expr" : { "kind" : "CallExpr", "location" : [ 1, 1, 1, 13 ], "inferredType" : { "kind" : "ClassValueType", "className" : "" }, "function" : { "kind" : "Identifier", "location" : [ 1, 1, 1, 5 ], "inferredType" : { "kind" : "FuncType", "parameters" : [ { "kind" : "ClassValueType", "className" : "object" } ], "returnType" : { "kind" : "ClassValueType", "className" : "" } }, "name" : "print" }, "args" : [ { "kind" : "BinaryExpr", "location" : [ 1, 7, 1, 12 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "left" : { "kind" : "IntegerLiteral", "location" : [ 1, 7, 1, 8 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 42 }, "operator" : "%", "right" : { "kind" : "IntegerLiteral", "location" : [ 1, 12, 1, 12 ], "inferredType" : { "kind" : "ClassValueType", "className" : "int" }, "value" : 0 } } ] } } ], "errors" : { "errors" : [ ], "kind" : "Errors", "location" : [ 0, 0, 0, 0 ] } }