aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/tailcall/i1089.scala
Commit message (Collapse)AuthorAgeFilesLines
* FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-311-0/+26
TailRec methods remain members of enclosing class, it means that they can refer to methods that require this.type. It means that tailrec, unlike value classes is not allowed to widen type of $this to it's full self type. Fixes #1089