| 41 | export const PY_SLICE = 'PY_SLICE' |
| 42 | |
| 43 | class Generator implements SuggestionGenerator { |
| 44 | staticSuggestions(parent: ParentReference, index: number) { |
| 45 | const leftChild = parent.getChildSet().getChild(index - 1) |
| 46 | if ( |
nothing calls this directly
no outgoing calls
no test coverage detected