mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
7 lines
264 B
Plaintext
Vendored
7 lines
264 B
Plaintext
Vendored
package test
|
|
|
|
public open class MethodWithMappedClasses {
|
|
public constructor MethodWithMappedClasses()
|
|
public open fun </*0*/ T : kotlin.Any!> copy(/*0*/ p0: (kotlin.MutableList<in T!>..kotlin.List<*>?), /*1*/ p1: kotlin.(Mutable)List<T!>!): kotlin.Unit
|
|
}
|