goog.module('arithmeticexpressions.ArithmeticExpressionsKt.$1Ref$impl');

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

/**
 * @final
 * @template T
 */
class $1Ref extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
  /**@type {T} @nodts*/
  this.f_field__arithmeticexpressions_ArithmeticExpressionsKt_1Ref_;
 }
 /** @nodts @template T @return {!$1Ref<T>} */
 static $create__java_lang_Object(/** T */ field) {
  $1Ref.$clinit();
  let $instance = new $1Ref();
  $instance.$ctor__arithmeticexpressions_ArithmeticExpressionsKt_1Ref__java_lang_Object__void(field);
  return $instance;
 }
 /** @nodts */
 $ctor__arithmeticexpressions_ArithmeticExpressionsKt_1Ref__java_lang_Object__void(/** T */ field) {
  this.$ctor__java_lang_Object__void();
  this.f_field__arithmeticexpressions_ArithmeticExpressionsKt_1Ref_ = field;
 }
 /** @final @nodts @return {T} */
 m_getField__java_lang_Object() {
  return this.f_field__arithmeticexpressions_ArithmeticExpressionsKt_1Ref_;
 }
 /** @final @nodts */
 m_setField__java_lang_Object__void(/** T */ set__) {
  this.f_field__arithmeticexpressions_ArithmeticExpressionsKt_1Ref_ = set__;
 }
 /** @nodts */
 static $clinit() {
  $1Ref.$clinit = () =>{};
  $1Ref.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $1Ref;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata($1Ref, 'arithmeticexpressions.ArithmeticExpressionsKt$1Ref');

exports = $1Ref;

//# sourceMappingURL=ArithmeticExpressionsKt$1Ref.js.map
