goog.module('jsvarargs.QualifiedSuperMethodCall.InnerClass$impl');

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

let Main = goog.forwardDeclare('jsvarargs.Main$impl');
let QualifiedSuperMethodCall = goog.forwardDeclare('jsvarargs.QualifiedSuperMethodCall$impl');
let $Arrays = goog.forwardDeclare('vmbootstrap.Arrays$impl');
let $$int = goog.forwardDeclare('vmbootstrap.primitives.$int$impl');

class InnerClass extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
  /**@type {!QualifiedSuperMethodCall} @nodts*/
  this.$outer_this__jsvarargs_QualifiedSuperMethodCall_InnerClass;
 }
 /** @nodts @return {!InnerClass} */
 static $create__jsvarargs_QualifiedSuperMethodCall(/** !QualifiedSuperMethodCall */ $outer_this) {
  InnerClass.$clinit();
  let $instance = new InnerClass();
  $instance.$ctor__jsvarargs_QualifiedSuperMethodCall_InnerClass__jsvarargs_QualifiedSuperMethodCall__void($outer_this);
  return $instance;
 }
 /** @nodts */
 $ctor__jsvarargs_QualifiedSuperMethodCall_InnerClass__jsvarargs_QualifiedSuperMethodCall__void(/** !QualifiedSuperMethodCall */ $outer_this) {
  this.$outer_this__jsvarargs_QualifiedSuperMethodCall_InnerClass = $outer_this;
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 m_test__void() {
  Main.prototype.f3.call(this.$outer_this__jsvarargs_QualifiedSuperMethodCall_InnerClass, 1, 1, 2);
  Main.prototype.f3.call(this.$outer_this__jsvarargs_QualifiedSuperMethodCall_InnerClass, 1);
  Main.prototype.f3.call(this.$outer_this__jsvarargs_QualifiedSuperMethodCall_InnerClass, 1, 1, 2);
  Main.prototype.f3.call(this.$outer_this__jsvarargs_QualifiedSuperMethodCall_InnerClass, 1);
  let ints = /**@type {!Array<number>}*/ ($Arrays.$stampType([1, 2], $$int));
  Main.prototype.f3.call(this.$outer_this__jsvarargs_QualifiedSuperMethodCall_InnerClass, 1, ...ints);
 }
 /** @nodts */
 static $clinit() {
  InnerClass.$clinit = () =>{};
  InnerClass.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof InnerClass;
 }
 
 /** @nodts */
 static $loadModules() {
  Main = goog.module.get('jsvarargs.Main$impl');
  $Arrays = goog.module.get('vmbootstrap.Arrays$impl');
  $$int = goog.module.get('vmbootstrap.primitives.$int$impl');
 }
}
$Util.$setClassMetadata(InnerClass, 'jsvarargs.QualifiedSuperMethodCall$InnerClass');

exports = InnerClass;

//# sourceMappingURL=QualifiedSuperMethodCall$InnerClass.js.map
