goog.module('blockscoping.BlockScoping');

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

const BlockScoping = goog.require('blockscoping.BlockScoping$impl');
exports = BlockScoping;
