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