aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/propertyInit.1.qml
blob: a7ef16af682f6614eeba616baf71078865a3577b (plain)
1
2
3
4
5
import QtQuick 1.0

QtObject {
    property int test: { var _ = 1; _ }
}