Skip to content

Commit 4506028

Browse files
TreeUnpickler's completer is a LoadingCompleter
1 parent da09201 commit 4506028

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
@@ -106,7 +106,7 @@ class TreeUnpickler(reader: TastyReader,
106106
}
107107
}
108108

109-
class Completer(reader: TastyReader)(implicit @constructorOnly ctx: Context) extends LazyType {
109+
class Completer(reader: TastyReader)(implicit @constructorOnly ctx: Context) extends LazyType with SymbolLoaders.LoadingCompleter {
110110
import reader._
111111
val owner = ctx.owner
112112
val source = ctx.source

0 commit comments

Comments
 (0)