DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3 / tests / auto / declarative / qdeclarativeecmascript / data / bug.1.qml
12345678910
import QtQuick 1.0 QtObject { property int a: 10 property bool b: false property int test test: ((a == 10)?(a + 1):0) + ((b == true)?9:3) }