summaryrefslogtreecommitdiff
path: root/test/files/presentation/scope-completion-2
Commit message (Collapse)AuthorAgeFilesLines
* SI-7995 completion imported vars and valsLuc Bourlier2013-12-061-10/+6
| | | | | | 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-212-0/+38
(cherry picked from commit 3d55fe723f1af91f4d2db421f0e0965c583346dc)