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.
1 parent 95f8a84 commit c810d5aCopy full SHA for c810d5a
compiler/src/dotty/tools/dotc/ast/Trees.scala
@@ -576,7 +576,7 @@ object Trees {
576
/** A type tree that defines a new type variable. Its type is always a TypeVar.
577
* Every TypeVar is created as the type of one TypeVarBinder.
578
*/
579
- class TypeVarBinder[-T >: Untyped] extends TypeTree
+ class TypeVarBinder[-T >: Untyped] extends TypeTree[T]
580
581
/** ref.type */
582
case class SingletonTypeTree[-T >: Untyped] private[ast] (ref: Tree[T])
0 commit comments