goog.module('builtins.SomeList');

goog.require('kotlin.NotImplementedError');
goog.require('kotlin.collections.AbstractMutableList');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Exceptions');

const SomeList = goog.require('builtins.SomeList$impl');
exports = SomeList;
