goog.module('inlineclass.FooReference');

goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('javaemul.internal.InternalPreconditions');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.Objects');

const FooReference = goog.require('inlineclass.FooReference$impl');
exports = FooReference;
