The problem is related to `RESOLVE_IMPORTS = True`. Only if this is enabled in trans.py, the error shows up: `AttributeError: 'GenericInterfaceSymbol' object has no attribute 'intrinsic'` A reproducer is attached. [reproducer.zip](https://github.com/user-attachments/files/32065563/reproducer.zip)
The problem is related to
RESOLVE_IMPORTS = True.Only if this is enabled in trans.py, the error shows up:
AttributeError: 'GenericInterfaceSymbol' object has no attribute 'intrinsic'A reproducer is attached.
reproducer.zip