| 151 | } |
| 152 | } |
| 153 | class Seperator<x, y> implements menuPart<x, y> { |
| 154 | private visible?: (obj1: x, obj2: y) => boolean; |
| 155 | group?: string; |
| 156 | constructor(visible?: (obj1: x, obj2: y) => boolean, group?: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected