Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
kotlinAndJavaChecker
/
javaAgainstKotlin
/
UsingMutableInterfaces.kt
blob: 7297d554eaaff69feafec377a2e6cae7997b4f16 [
file
]
// kotlin.collections.List
abstract
class
CMutableList
<
Elem
>
:
MutableList
<
Elem
>
by
mutableListOf
<
Elem
>()