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 76e31aa commit b10eeceCopy full SHA for b10eece
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -2930,7 +2930,7 @@ object Types {
2930
case tycon: TypeRef if !tycon.symbol.isClass =>
2931
case _: TypeParamRef | _: ErrorType | _: WildcardType =>
2932
case _: TypeLambda =>
2933
- assert(args.exists(_.isInstanceOf[TypeBounds]), s"unreduced type apply: $this")
+ assert(!args.exists(_.isInstanceOf[TypeBounds]), s"unreduced type apply: $this")
2934
case tycon: AnnotatedType =>
2935
check(tycon.underlying)
2936
case _ =>
0 commit comments