Skip to content

Commit 547a244

Browse files
this.type
1 parent 64c8586 commit 547a244

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
@@ -240,7 +240,7 @@ object Trees {
240240
override def equals(that: Any): Boolean = this eq that.asInstanceOf[AnyRef]
241241

242242
override def clone: this.type = {
243-
val tree = super.clone.asInstanceOf[this.type]
243+
val tree: this.type = super.clone.asInstanceOf[this.type]
244244
tree.myUniqueId = nxId
245245
tree
246246
}

0 commit comments

Comments
 (0)