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