mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
package test
|
|
|
|
public open class ConflictingProjectionKind {
|
|
/*primary*/ public constructor ConflictingProjectionKind()
|
|
public open fun foo(/*0*/ p0: kotlin.List<kotlin.Number>?): kotlin.Unit
|
|
}
|