goog.module('jsconstructor.ScopeFunctionsInSuperCall');

goog.require('java.util.ArrayList');
goog.require('java.util.List');
goog.require('jsconstructor.BaseJsConstructorType');
goog.require('kotlin.collections.CollectionsKt');
goog.require('nativebootstrap.Util');

const ScopeFunctionsInSuperCall = goog.require('jsconstructor.ScopeFunctionsInSuperCall$impl');
exports = ScopeFunctionsInSuperCall;
