1 2 3 4 5 6 7 8 9 10 11 12 13
pragma Strict import QtQml QtObject { property var layout: { const a = false const b = !true || a return { a, b, }; } }