with-keyword-args {
  answer: "Yep";
}

with-no-args {
  answer: "Yep";
}

without-keyword-args {
  answer: "Yep";
}
