aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/qtbug_85932.qml
blob: aa21558220f5981e80642c5aa0f3d8222eaeb690 (plain)
1
2
3
4
5
import QtQml 2.0

QtObject {
    Component.onCompleted: console.log(SingletonTest.test())
}