goog.module('kclass.KClassRefsKt.$1ConcreteType$impl');

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

/**
 * @final
 */
class $1ConcreteType extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!$1ConcreteType} */
 static $create__() {
  $1ConcreteType.$clinit();
  let $instance = new $1ConcreteType();
  $instance.$ctor__kclass_KClassRefsKt_1ConcreteType__void();
  return $instance;
 }
 /** @nodts */
 $ctor__kclass_KClassRefsKt_1ConcreteType__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 static $clinit() {
  $1ConcreteType.$clinit = () =>{};
  $1ConcreteType.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $1ConcreteType;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata($1ConcreteType, 'kclass.KClassRefsKt$1ConcreteType');

exports = $1ConcreteType;

//# sourceMappingURL=KClassRefsKt$1ConcreteType.js.map
