Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.9, 6.10
-
None
-
e0620d4d67a6167b28fcf2c9de66f03aa664eea5
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.