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 db552da commit bd55b74Copy full SHA for bd55b74
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -159,7 +159,7 @@ object Types {
159
case _ => false
160
}
161
162
- /** Does this type denote a realizable stable reference? Much more expensive to checl
+ /** Does this type denote a realizable stable reference? Much more expensive to check
163
* than isStable, that's why some of the checks are done later in PostTyper.
164
*/
165
final def isRealizable(implicit ctx: Context): Boolean =
0 commit comments