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 2e37835 commit b3f2102Copy full SHA for b3f2102
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -1373,7 +1373,7 @@ object Types {
1373
Atoms.Range(set, set)
1374
else Atoms.Unknown
1375
1376
- dealias match
+ dealias.normalized match
1377
case tp: SingletonType =>
1378
tp.underlying.atoms match
1379
case as @ Atoms.Range(lo, hi) =>
@@ -1456,7 +1456,7 @@ object Types {
1456
deskolemizer(this)
1457
1458
/** The result of normalization using `tryNormalize`, or the type itself if
1459
- * tryNormlize yields NoType
+ * tryNormalize yields NoType
1460
*/
1461
final def normalized(using Context): Type = {
1462
val normed = tryNormalize
0 commit comments