goog.module('devirtualizedsupermethodcall.FooCallsSuperObjectMethod$impl');

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

/**
 * @final
 */
class FooCallsSuperObjectMethod extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!FooCallsSuperObjectMethod} */
 static $create__() {
  FooCallsSuperObjectMethod.$clinit();
  let $instance = new FooCallsSuperObjectMethod();
  $instance.$ctor__devirtualizedsupermethodcall_FooCallsSuperObjectMethod__void();
  return $instance;
 }
 /** @nodts */
 $ctor__devirtualizedsupermethodcall_FooCallsSuperObjectMethod__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @override @return {number} */
 hashCode() {
  return super.hashCode();
 }
 /** @nodts */
 static $clinit() {
  FooCallsSuperObjectMethod.$clinit = () =>{};
  FooCallsSuperObjectMethod.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof FooCallsSuperObjectMethod;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata(FooCallsSuperObjectMethod, 'devirtualizedsupermethodcall.FooCallsSuperObjectMethod');

exports = FooCallsSuperObjectMethod;

//# sourceMappingURL=FooCallsSuperObjectMethod.js.map
