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