mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
package test
|
|
|
|
public open class ConflictingProjectionKind : java.lang.Object {
|
|
public constructor ConflictingProjectionKind()
|
|
public open fun foo(/*0*/ p0: kotlin.List<kotlin.Number>?): kotlin.Unit
|
|
}
|