Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
Description
For example:
Item { property vector3d vec Component.onCompleted: vec.zz = 1 }
Since assigning does nothing, and reading from it always return undefined, it could probably be fine to throw a warning about assignment to a non-existent property.