goog.module('bridgemethods.LeafChild');

goog.require('bridgemethods.ReparametrerizedChild');
goog.require('nativebootstrap.Util');

const LeafChild = goog.require('bridgemethods.LeafChild$impl');
exports = LeafChild;
