aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1050c.scala
Commit message (Collapse)AuthorAgeFilesLines
* Allow abstract type members in objects.Nicolas Stucki2017-03-011-1/+2
|
* Adapt neg tests to new neg tests checksVladimirNik2016-02-181-3/+3
|
* By-name parameters are not stable values.Martin Odersky2016-02-091-0/+21
|
* Big realizability refactoringMartin Odersky2016-02-091-0/+31
Move logic from TypeOps to new file CheckRealizable.scala. Also check realizable fields under strict mode. Check at phase PostTyper rather than Typer to avoid cycles. New tests for imports and deep paths.