goog.module('devirtualizedsupermethodcall.FooCallsSuperObjectMethod');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const FooCallsSuperObjectMethod = goog.require('devirtualizedsupermethodcall.FooCallsSuperObjectMethod$impl');
exports = FooCallsSuperObjectMethod;
