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 44dddbb commit 54dfe29Copy full SHA for 54dfe29
compiler/src/dotty/tools/dotc/quoted/QuoteContextImpl.scala
@@ -2054,7 +2054,7 @@ class QuoteContextImpl private (ctx: Context) extends QuoteContext:
2054
def unapply(x: TypeBounds): Option[(Type, Type)] = Some((x.low, x.hi))
2055
def empty: TypeBounds = Types .TypeBounds.empty
2056
def upper(hi: Type): TypeBounds = Types .TypeBounds.upper(hi)
2057
- def lower(lo: Type): TypeBounds = Types .TypeBounds.lower(hi)
+ def lower(lo: Type): TypeBounds = Types .TypeBounds.lower(lo)
2058
end TypeBounds
2059
2060
object TypeBoundsMethodsImpl extends TypeBoundsMethods:
0 commit comments