- 
    Bug 
- 
    Resolution: Done
- 
    P1: Critical 
- 
    5.6.2, 5.9.0, 5.11.0 Beta 2
For example, try running this in Release mode (or explicitly enable CONFIG+=qtquickcompiler):
MouseArea {
 anchors.fill: parent
 onClicked: function() { console.log("hello world"); }
}
To reproduce, run attached application in Release mode and try clicking on it.
