goog.module('intersectiontype.IntersectionTypeTest.EmptyA$impl');

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

/**
 * @interface
 */
class EmptyA {
 /** @nodts */
 static $clinit() {
  EmptyA.$clinit = () =>{};
  EmptyA.$loadModules();
 }
 
 static $markImplementor(/** Function */ ctor) {
  ctor.prototype.$implements__intersectiontype_IntersectionTypeTest_EmptyA = true;
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance != null && !!instance.$implements__intersectiontype_IntersectionTypeTest_EmptyA;
 }
 
 /** @nodts */
 static $loadModules() {}
}
EmptyA.$markImplementor(/**@type {Function}*/ (EmptyA));
$Util.$setClassMetadataForInterface(/**@type {Function}*/ (EmptyA), 'intersectiontype.IntersectionTypeTest$EmptyA');

exports = EmptyA;

//# sourceMappingURL=IntersectionTypeTest$EmptyA.js.map
