import QtQml 2.0

QtObject {
    property string myStr: "intercepted"
    property Intercepted2 compilationIsTest: Intercepted2{}
}
