-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.9.1
If I run code bellow, I got error from "qml": 'Error: Cannot assign to non-existent property "boo"'',
but for some reason qmlllint from 6.9.1 do not produce any warnings about this.
import QtQuick 2.15 Item { id: item property int foo Component.onCompleted: { item.foo = 17; console.log("set foo to ", item.foo); item.boo = 18;// !!! ERROR HERE !!! } }
For Gerrit Dashboard: QTBUG-139114 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
668748,1 | WIP | dev | qt/qtdeclarative | Status: NEW | -2 | +1 |