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 f627ae0 commit 9cd737dCopy full SHA for 9cd737d
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -4675,7 +4675,7 @@ object Types {
4675
4676
// ----- UnapplyPath ----------------------------
4677
4678
- final case class UnapplyPath private (path: Type) extends UncachedGroundType with typer.ProtoTypes.MatchAlways {
+ final case class UnapplyPath(path: Type) extends UncachedGroundType with typer.ProtoTypes.MatchAlways {
4679
override def fold[T](x: T, ta: TypeAccumulator[T])(implicit ctx: Context): T = ta(x, path)
4680
override def map(tm: TypeMap)(implicit ctx: Context): ProtoType = this
4681
}
0 commit comments