Skip to content
Snippets Groups Projects
Commit a81517e5 authored by Nicolas Voirol's avatar Nicolas Voirol
Browse files

No paramIds!

parent 73321ddd
No related branches found
No related tags found
No related merge requests found
......@@ -378,8 +378,6 @@ trait Definitions { self: Trees =>
val flags: Set[Flag]
) extends Definition {
def paramIds = params map (_.id)
/** Wraps this [[FunDef]] in a in [[TypedFunDef]] with the specified type parameters */
def typed(tps: Seq[Type])(implicit s: Symbols): TypedFunDef = {
assert(tps.size == tparams.size)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment