Skip to content

Commit 8d3b7ef

Browse files
committed
Address overlooked comment
1 parent 9fa170c commit 8d3b7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ class TreeUnpickler(reader: TastyReader,
12811281
if (arg.isTerm) new TastyTreeExpr(arg)
12821282
else new TreeType(arg)
12831283
val reifiedArgs = args.map(wrap)
1284-
var filled = if (isType) {
1284+
val filled = if (isType) {
12851285
val quotedType = splice.asInstanceOf[Seq[Any] => quoted.Type[_]](reifiedArgs)
12861286
PickledQuotes.quotedTypeToTree(quotedType)
12871287
} else {

0 commit comments

Comments
 (0)