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

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