summaryrefslogtreecommitdiff
path: root/test/files/neg/unchecked3.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7984 Issue unchecked warning for type aliasesJason Zaugg2013-11-261-1/+1
| | | | | | - Dealias pattern types before launching the CheckabilityChecker - Sharpen the error messages to explain that the dealiased type is the expansion of the alias.
* Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-281-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.10.x: (37 commits) Added logic and tests for unchecked refinements. Moved isNonRefinementClassType somewhere logical. Moved two tests to less breaky locations. Nailed down the "impossible match" logic. Finish docs for string interpolation. moves Context.ParseError outside the cake revives macros.Infrastructure moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRef a more precise type for Context.mirror gets rid of macros.Infrastructure simplifies Context.Run and Context.CompilationUnit exposes Position.source as SourceFile removes extraneous stuff from macros.Infrastructure merges macros.CapturedVariables into macros.Universe merges macros.Exprs and macros.TypeTags into Context removes front ends from scala-reflect.jar PositionApi => Position hides BuildUtils from Scaladoc MirrorOf => Mirror docs.pre-lib now checks for mods in reflect ... Conflicts: test/files/neg/t4302.check test/files/neg/unchecked.check test/files/neg/unchecked2.check
* Yet more tests for unchecked warnings.Paul Phillips2012-09-261-1/+25
|
* Additional new tests for unchecked warnings.Paul Phillips2012-09-251-0/+13