goog.module('nativejstypeobjectmethods.Main.NativeJsTypeWithoutToString.$Overlay$impl');

const $Util = goog.require('nativebootstrap.Util$impl');
const NativeJsTypeWithoutToString = goog.require('test.foo.NativeJsTypeWithoutToString');

/** @nodts */
class $Overlay {
 /** @nodts */
 static $clinit() {
  $Overlay.$clinit = () =>{};
  $Overlay.$loadModules();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof NativeJsTypeWithoutToString;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata($Overlay, 'test.foo.NativeJsTypeWithoutToString');

exports = $Overlay;

//# sourceMappingURL=Main$NativeJsTypeWithoutToString$$Overlay.js.map
