summaryrefslogtreecommitdiff
path: root/test/files/run/t6023.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6023 reify abstract valsYour Name2012-11-231-0/+12
Type trees created by MethodSynthesis for abstract val getters carry symless originals, which are unusable for reification purposes (or the result of reification will be unhygienic). To combat this, type trees for such getters are now created empty, i.e. without any `tpe` set, just having an original assigned. Subsequent `typedTypeTree` invocations fill in the `tpe` and update the original to be symful.