()
| 8335 | |
| 8336 | |
| 8337 | def dummy_context() -> Context: |
| 8338 | return TempNode(AnyType(TypeOfAny.special_form)) |
| 8339 | |
| 8340 | |
| 8341 | def is_valid_replacement(old: SymbolTableNode, new: SymbolTableNode) -> bool: |
no test coverage detected
searching dependent graphs…