blob: 7297d554eaaff69feafec377a2e6cae7997b4f16 [file]
// kotlin.collections.List
abstract class CMutableList<Elem> : MutableList<Elem> by mutableListOf<Elem>()