blob: 6f274ce130b4c92c1f5c6e259b2708895e1a7c5c [file] [log] [blame]
/**
* @param {Object} x
* @param {Object} y
* @return {Boolean}
*/
function test(x, y) {
return true;
}