steps.quoted

package steps.quoted

Members list

Extensions

Extensions

extension (using Quotes)(inline cls: x$1.reflect.Symbol)
inline def overrides(inline sym: x$1.reflect.Symbol): Boolean

Check if a given class, trait or object overrides a given definition

Check if a given class, trait or object overrides a given definition

Value parameters

cls

The class, trait or object to inspect

sym

The symbol that should be overriden

Attributes

Returns

true if the definition is overriden, false otherwise