Select Git revision
manager.modeljoin 261 B
natural join lib.Employee with lib.Employee as lib.Employee {
keep attributes lib.Employee.salary
keep outgoing lib.Employee.manager as type lib.Employee {
}
keep supertype lib.Person as type lib.Person {
keep attributes lib.Person.name
}
}