mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
7 lines
237 B
Plaintext
7 lines
237 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
|
|
}
|