summaryrefslogtreecommitdiff
path: root/test/files/presentation/scope-completion-2.check
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '0c92704' into merge/2.10.x-to-masterJason Zaugg2013-12-111-9/+7
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: bincompat-forward.whitelist.conf src/interactive/scala/tools/nsc/interactive/Global.scala test/files/presentation/scope-completion-2.check test/files/presentation/scope-completion-3.check test/files/presentation/scope-completion-import.check Conflicts in the scope completion tests handled with the help of @skyluc in https://github.com/scala/scala/pull/3264
| * SI-7995 completion imported vars and valsLuc Bourlier2013-12-061-9/+7
| | | | | | | | | | | | Imported member vals and vars were always marked inaccessible, even if referencing them at the location of the completion is valid in code. The accessible flag is now set accordingly to the accessibility of the getter.
| * [nomaster] Adds test cases for scope completionLuc Bourlier2013-11-211-0/+35
| | | | (cherry picked from commit 3d55fe723f1af91f4d2db421f0e0965c583346dc)
* Adds test cases for scope completionLuc Bourlier2013-11-151-0/+35