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 a1a32d1 commit 9b1e1c9Copy full SHA for 9b1e1c9
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -78,7 +78,7 @@ object Typer {
78
/** An attachment for GADT constraints that were inferred for a pattern. */
79
val InferredGadtConstraints = new Property.StickyKey[core.GadtConstraint]
80
81
- /** Inducates that a definition was copied over from the parent refinements */
+ /** Indicates that a definition was copied over from the parent refinements */
82
val RefinementFromParent = new Property.StickyKey[Unit]
83
84
/** An attachment on a Select node with an `apply` field indicating that the `apply`
0 commit comments