blob: 097baa6fcfb392eb3f00c372ff754b3ed1877573 [file] [log] [blame]
import QtQml 2.12
QtObject {
function f() {
try {} catch(err) {console.log(err);}
}
}