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