goog.module('innerclassinitorder.InnerClassInitOrder.OuterRefFromSuperCtorBase$impl');

const j_l_Object = goog.require('java.lang.Object$impl');
const $Util = goog.require('nativebootstrap.Util$impl');

let $Objects = goog.forwardDeclare('vmbootstrap.Objects$impl');

class OuterRefFromSuperCtorBase extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!OuterRefFromSuperCtorBase} */
 static $create__java_lang_Object(/** * */ o) {
  OuterRefFromSuperCtorBase.$clinit();
  let $instance = new OuterRefFromSuperCtorBase();
  $instance.$ctor__innerclassinitorder_InnerClassInitOrder_OuterRefFromSuperCtorBase__java_lang_Object__void(o);
  return $instance;
 }
 /** @nodts */
 $ctor__innerclassinitorder_InnerClassInitOrder_OuterRefFromSuperCtorBase__java_lang_Object__void(/** * */ o) {
  this.$ctor__java_lang_Object__void();
  $Objects.m_hashCode__java_lang_Object__int(o);
 }
 /** @nodts */
 static $clinit() {
  OuterRefFromSuperCtorBase.$clinit = () =>{};
  OuterRefFromSuperCtorBase.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof OuterRefFromSuperCtorBase;
 }
 
 /** @nodts */
 static $loadModules() {
  $Objects = goog.module.get('vmbootstrap.Objects$impl');
 }
}
$Util.$setClassMetadata(OuterRefFromSuperCtorBase, 'innerclassinitorder.InnerClassInitOrder$OuterRefFromSuperCtorBase');

exports = OuterRefFromSuperCtorBase;

//# sourceMappingURL=InnerClassInitOrder$OuterRefFromSuperCtorBase.js.map
