Skip to content

Commit

Permalink
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Dale Wijnand <[email protected]>
  • Loading branch information
KacperFKorban and dwijnand authored Oct 9, 2024
1 parent a1a32d1 commit 9b1e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/typer/Typer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object Typer {
/** An attachment for GADT constraints that were inferred for a pattern. */
val InferredGadtConstraints = new Property.StickyKey[core.GadtConstraint]

/** Inducates that a definition was copied over from the parent refinements */
/** Indicates that a definition was copied over from the parent refinements */
val RefinementFromParent = new Property.StickyKey[Unit]

/** An attachment on a Select node with an `apply` field indicating that the `apply`
Expand Down

0 comments on commit 9b1e1c9

Please sign in to comment.