pragma Strict
import QtQml
import TestTypes
QtObject {
property int i: NamespaceWithEnum.CONNECTED
}