1 2 3 4 5 6 7
pragma Strict import TestTypes Person { objectName: "tomorrow" onAmbiguous: function(a) { objectName = a + "foo" } }