aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/typedIdents.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add spaces around + in tests.Dmitry Petrashko2015-04-091-2/+2
|
* Make all dotty tests end in newlineDmitry Petrashko2015-04-091-1/+1
|
* Fixes and tests for typedIdentMartin Odersky2013-12-101-0/+34
Fixed a problem where an import and a definition in same scope were erroneously regarded as a conflict (L20 in typedIdents.scala)