goog.module('jsfunction.Main.ClassWithJsFunctionProperty');

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

const ClassWithJsFunctionProperty = goog.require('jsfunction.Main.ClassWithJsFunctionProperty$impl');
exports = ClassWithJsFunctionProperty;
