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 fae6009 commit bf6b9f2Copy full SHA for bf6b9f2
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -440,7 +440,7 @@ object Types {
440
NoSymbol
441
}
442
443
- /** The least (wrt <:<) set of symbols satisfying the `include` prediacte of which this type is a subtype
+ /** The least (wrt <:<) set of symbols satisfying the `include` predicate of which this type is a subtype
444
*/
445
final def parentSymbols(include: Symbol => Boolean)(implicit ctx: Context): List[Symbol] = this match {
446
case tp: ClassInfo =>
0 commit comments