Skip to content

Commit ad13063

Browse files
committed
Remove non-essential fix for stub symbol failure
Given that we correctly setup the flags on the stub symbol, we no longer trip an assertion in ModuleTypeRef's constructor.
1 parent 7f2d1fa commit ad13063

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/reflect/scala/reflect/internal/Types.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,6 @@ trait Types
11971197
else super.safeToString
11981198
override def narrow: Type = this
11991199
override def kind = "ThisType"
1200-
override def boundSyms = if (sym.isInstanceOf[StubSymbol]) emptySymbolSet else super.boundSyms
12011200
}
12021201

12031202
final class UniqueThisType(sym: Symbol) extends ThisType(sym) { }

0 commit comments

Comments
 (0)