fun foo(t: Throwable) {
  t.setStackTrace(p0 = t.getStackTrace())
}
