28 lines
654 B
JSON
28 lines
654 B
JSON
{
|
|
"schema": "ailang/v0",
|
|
"name": "test_22b2_method_name_collision_class_class",
|
|
"imports": [],
|
|
"defs": [
|
|
{
|
|
"kind": "class", "name": "A", "param": "a",
|
|
"methods": [{
|
|
"name": "foo",
|
|
"type": {
|
|
"k": "fn", "params": [{ "k": "var", "name": "a" }],
|
|
"ret": { "k": "con", "name": "Unit" }, "effects": []
|
|
}
|
|
}]
|
|
},
|
|
{
|
|
"kind": "class", "name": "B", "param": "b",
|
|
"methods": [{
|
|
"name": "foo",
|
|
"type": {
|
|
"k": "fn", "params": [{ "k": "var", "name": "b" }],
|
|
"ret": { "k": "con", "name": "Unit" }, "effects": []
|
|
}
|
|
}]
|
|
}
|
|
]
|
|
}
|