Skip to content

Commit 6f1a09a

Browse files
authored
Update compiler/src/dotty/tools/dotc/core/Types.scala
1 parent 18cf1b4 commit 6f1a09a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

-1
Original file line numberDiff line numberDiff line change
@@ -4921,7 +4921,6 @@ object Types {
49214921
def instantiate(fromBelow: Boolean)(using Context): Type =
49224922
val tp = typeToInstantiateWith(fromBelow)
49234923
if myInst.exists then // The line above might have triggered instantiation of the current type variable
4924-
Member
49254924
myInst
49264925
else
49274926
instantiateWith(tp)

0 commit comments

Comments
 (0)