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 1196b49 commit 01ccd41Copy full SHA for 01ccd41
compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -1481,7 +1481,7 @@ object SymDenotations {
1481
*/
1482
private def typeParamsFromDecls(implicit ctx: Context) =
1483
unforcedDecls.filter(sym =>
1484
- (sym.is(TypeParam)) && sym.owner == symbol).asInstanceOf[List[TypeSymbol]]
+ sym.is(TypeParam) && sym.owner == symbol).asInstanceOf[List[TypeSymbol]]
1485
1486
/** The type parameters of this class */
1487
override final def typeParams(implicit ctx: Context): List[TypeSymbol] = {
0 commit comments