aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/memberNotFound.qml
Commit message (Collapse)AuthorAgeFilesLines
* qmllint: Analyze member accessUlf Hermann2020-01-131-0/+7
We can analyze access to many field member expressions and figure out if the accessed members exist. There are limits to this, of course. Generic JavaScript values are out of scope here. Change-Id: Id2e7613e56f06555cc3a2ba1c51683d9ea0bb84b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>