Commit 9db95a67 authored by Alex Zinenko's avatar Alex Zinenko
Browse files

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.
parent 7b0d59da
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment