Skip to content

WIP Relax realizability for erased members, treat them like lazy ones #4290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
Blaisorblade committed Apr 5, 2018
commit d862da707ac85c08ad323cf63a13933c7f54d0a6
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/Types.scala
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ object Types {
case _ => false
}

/** 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
* than isStable, that's why some of the checks are done later in PostTyper.
*/
final def isRealizable(implicit ctx: Context): Boolean =
Expand Down