summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-companiontype.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-6/+6
| | | | | | | | This is the first step in disentangling api#Symbol.isPackage, which is supposed to return false for package classes, and internal#Symbol.isPackage, which has traditionally being used as a synonym for hasPackageFlag and hence returned true for package classes (unlike isModule which is false for module classes).
* adds Type.companionTypeEugene Burmako2014-02-141-0/+12
Introduces a dedicated facility to go from a type to a type of its companion. Previously we had to do something really horrible for that, something like: tp.typeSymbol.companionSymbol.typeSignature.