Skip to content

Commit 9afb336

Browse files
committed
wip
1 parent 29565f4 commit 9afb336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/ast/Trees.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ object Trees {
526526

527527
/** label[tpt]: { expr } */
528528
case class Labeled[-T >: Untyped] private[ast] (bind: Bind[T], expr: Tree[T])
529-
extends NameTree[T] with DefTree[T] {
529+
extends NameTree[T] {
530530
type ThisTree[-T >: Untyped] = Labeled[T]
531531
def name: Name = bind.name
532532
}

0 commit comments

Comments
 (0)