We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85f964 commit 7277c05Copy full SHA for 7277c05
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