{ "kind" : "Program", "location" : [ 1, 1, 2, 13 ], "declarations" : [ ], "statements" : [ { "kind" : "ExprStmt", "location" : [ 1, 1, 1, 11 ], "expr" : { "kind" : "CallExpr", "location" : [ 1, 1, 1, 11 ], "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" : "BooleanLiteral", "location" : [ 1, 7, 1, 10 ], "inferredType" : { "kind" : "ClassValueType", "className" : "bool" }, "value" : true } ] } }, { "kind" : "ExprStmt", "location" : [ 2, 1, 2, 12 ], "expr" : { "kind" : "CallExpr", "location" : [ 2, 1, 2, 12 ], "inferredType" : { "kind" : "ClassValueType", "className" : "" }, "function" : { "kind" : "Identifier", "location" : [ 2, 1, 2, 5 ], "inferredType" : { "kind" : "FuncType", "parameters" : [ { "kind" : "ClassValueType", "className" : "object" } ], "returnType" : { "kind" : "ClassValueType", "className" : "" } }, "name" : "print" }, "args" : [ { "kind" : "BooleanLiteral", "location" : [ 2, 7, 2, 11 ], "inferredType" : { "kind" : "ClassValueType", "className" : "bool" }, "value" : false } ] } } ], "errors" : { "errors" : [ ], "kind" : "Errors", "location" : [ 0, 0, 0, 0 ] } }