We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It's not possible in quotes to do something like:
def foo(s: Symbol): List[Symbol] = s.typeParams
In dotc it's possible to:
def foo(s: Symbol)(using Context): List[TypeSymbol] = s.denot.typeParams