Fix interface trait declaration in SymbolInterfaces.td
41d4aa7d introduced incorrect code in extraTraitClassDeclaration: `this` refers to the trait class and not the operation class so `->getContext()` is not valid. Use `$_op` instead.
Loading
Please sign in to comment