Skip to content

Commit 68ce6e7

Browse files
committed
Maintain original completer in SymDenotation.
Needed to be able to access additional sections of TASTY.
1 parent f10cfa2 commit 68ce6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/core/SymDenotations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ object SymDenotations {
6969
ownerIfExists: Symbol,
7070
final val name: Name,
7171
initFlags: FlagSet,
72-
initInfo: Type,
72+
final val initInfo: Type,
7373
initPrivateWithin: Symbol = NoSymbol) extends SingleDenotation(symbol) {
7474

7575
//assert(symbol.id != 4940, name)

0 commit comments

Comments
 (0)