We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cf1b4 commit 6f1a09aCopy full SHA for 6f1a09a
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -4921,7 +4921,6 @@ object Types {
4921
def instantiate(fromBelow: Boolean)(using Context): Type =
4922
val tp = typeToInstantiateWith(fromBelow)
4923
if myInst.exists then // The line above might have triggered instantiation of the current type variable
4924
-Member
4925
myInst
4926
else
4927
instantiateWith(tp)
0 commit comments