aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v4/data/logicalOr.2.qml
blob: 54fb78b12718fd887f8e42b6a7b5954c478f7dfc (plain)
1
2
3
4
5
6
import Qt.v4 1.0

Result {
    property string s: "foo" || "bar"
    result: s == "foo"
}