{ "schema": "ailang/v0", "name": "test_22b2_class_method_lookup", "imports": [], "defs": [ { "kind": "class", "name": "Show", "param": "a", "methods": [ { "name": "show", "type": { "k": "fn", "params": [{ "k": "var", "name": "a" }], "ret": { "k": "con", "name": "Str" }, "effects": [] } } ] }, { "kind": "instance", "class": "Show", "type": { "k": "con", "name": "Int" }, "methods": [ { "name": "show", "body": { "t": "lit", "lit": { "kind": "str", "value": "n" } } } ] } ] }