summaryrefslogtreecommitdiff
path: root/test/files/presentation/scope-completion-import/src
Commit message (Collapse)AuthorAgeFilesLines
* SI-7995 completion imported vars and valsLuc Bourlier2013-12-061-0/+8
| | | | | | 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] SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-211-0/+64
Updates localeContext() to return the best context possible when there are none directly associated with the given position. It happens when an expression cannot be successfully typed, as no precise ContextTree covers the expression location, or if the position is not inside any expression. Adds corresponding tests (cherry picked from commit 3028327e2a2b553b12ee45519413515c8aa0865f)