steps.quoted
package steps.quoted
Members list
Extensions
Extensions
extension (using Quotes)(inline cls: x$1.reflect.Symbol)
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
In this article