summaryrefslogtreecommitdiff
path: root/test/files/run/typed-annotated.check
Commit message (Collapse)AuthorAgeFilesLines
* typedAnnotated no longer emits nullsEugene Burmako2013-08-291-0/+1
Adds a null-check in original synthesis for the result of typedAnnotated. Previously it was possible for the aforementioned result to look like TypeTree(<tpe>) setOriginal Annotated(..., null). Not anymore.