goog.module('trycatch.TryCatch.ClosableThing');

goog.require('java.lang.AutoCloseable');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const ClosableThing = goog.require('trycatch.TryCatch.ClosableThing$impl');
exports = ClosableThing;
