(api: SemanticAnalyzerPluginInterface, context: Context)
| 800 | |
| 801 | |
| 802 | def error_required_dynamic_aliases(api: SemanticAnalyzerPluginInterface, context: Context) -> None: |
| 803 | api.fail('Required dynamic aliases disallowed', context, code=ERROR_ALIAS) |
| 804 | |
| 805 | |
| 806 | def error_unexpected_behavior( |
no test coverage detected