1 2 3 4 5 6 7 8 9
pragma Strict import QtQml import TestTypes QtObject { property FinalProperty p: FinalProperty {} property int f: p.f }