Don't consider default class ops when looking for decls
When we are looking for an operation within a class we don't care about `default`-type declarations. This was the cause of #505.
Loading
Please register or sign in to comment
When we are looking for an operation within a class we don't care about `default`-type declarations. This was the cause of #505.