import QtQuick
Item {
Component.onCompleted: {
let f = ([]) => {};
let g = ([a]) => {};
let h = ([a, b]) => {};
let i = ([a, ...b]) => {};
}