goog.module('ifstatement.IfStatement');

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

const IfStatement = goog.require('ifstatement.IfStatement$impl');
exports = IfStatement;
