aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/instantiateAbstract.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add neg testing capability to ParallelTestingFelix Mulder2017-03-291-1/+1
|
* Negtests with // error commentsvsalvis2016-02-181-1/+3
|
* Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-131-0/+38
- Abstract classes cannot be instantiated (exceptions: parent news and Java annotations) - Instantiateed class must conform to its self type.