DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.8.2%2Bdfsg-7 / tests / auto / qml / qqmlecmascript / data / bug.1.qml
12345678910
import QtQuick 2.0 QtObject { property int a: 10 property bool b: false property int test test: ((a == 10)?(a + 1):0) + ((b == true)?9:3) }