summaryrefslogtreecommitdiff
path: root/test/files/pos/t7782.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7782 Derive type skolems at the ground levelJason Zaugg2013-08-271-0/+25
Rather than at the current value of `skolemizationLevel`, which could be influenced by an in-flight existential subtype computation. This method is called in `PolyTypeCompleter`, which could be constructed by the lazy type completer of the enclosing class. So currently it is closing over a mutable variable; hence the Heisenbug. This issue was exposed by the changes in b74c33eb860, which was introduced in Scala 2.10.1.