Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
6.9, 6.10
-
None
Description
import QtQuick Item { property var v: ({}) Component.onCompleted: console.log(v) }
This code results in a Type error in the compiler but works fine with the engine.