

public final class Rethrow {
  public static void rethrow(buzz_lang_Throwable e) {
    throw e;
  }
}

class buzz_lang_Throwable extends RuntimeException {
}

