(parent: ParentReference, index: number, textInput: string)
| 33 | } |
| 34 | |
| 35 | async dynamicSuggestions(parent: ParentReference, index: number, textInput: string): Promise<SuggestedNode[]> { |
| 36 | return [] |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | export class IfStatement extends SplootNode { |
no outgoing calls
no test coverage detected