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