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 99ab436 commit d862da7Copy full SHA for d862da7
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -156,7 +156,7 @@ object Types {
156
case _ => false
157
}
158
159
- /** 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
160
* than isStable, that's why some of the checks are done later in PostTyper.
161
*/
162
final def isRealizable(implicit ctx: Context): Boolean =
0 commit comments