Skip to content

Commit 9a49bcf

Browse files
authored
Update compiler/src/dotty/tools/dotc/core/Types.scala
1 parent ba74b34 commit 9a49bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,7 @@ object Types {
18901890

18911891
/** Same as superType, except for two differences:
18921892
* - opaque types are treated as transparent aliases
1893-
* - applied type are matchtype-reduced if possible
1893+
* - applied types are matchtype-reduced if possible
18941894
*
18951895
* Note: the reason to reduce match type aliases here and not in `superType`
18961896
* is that `superType` is context-independent and cached, whereas matchtype

0 commit comments

Comments
 (0)