goog.module('anonymousclass.JsConstructorSubclass.$1$impl');

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

let JsConstructorSubclass = goog.forwardDeclare('anonymousclass.JsConstructorSubclass$impl');

class $1 extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
  /**@type {!JsConstructorSubclass} @nodts*/
  this.$outer_this__anonymousclass_JsConstructorSubclass_1;
 }
 /** @nodts @return {!$1} */
 static $create__anonymousclass_JsConstructorSubclass(/** !JsConstructorSubclass */ $outer_this) {
  $1.$clinit();
  let $instance = new $1();
  $instance.$ctor__anonymousclass_JsConstructorSubclass_1__anonymousclass_JsConstructorSubclass__void($outer_this);
  return $instance;
 }
 /** @nodts */
 $ctor__anonymousclass_JsConstructorSubclass_1__anonymousclass_JsConstructorSubclass__void(/** !JsConstructorSubclass */ $outer_this) {
  this.$outer_this__anonymousclass_JsConstructorSubclass_1 = $outer_this;
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 static $clinit() {
  $1.$clinit = () =>{};
  $1.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $1;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata($1, 'anonymousclass.JsConstructorSubclass$1');

exports = $1;

//# sourceMappingURL=JsConstructorSubclass$1.js.map
