3a8ad45dec
Reverts and fixes 102f0d3
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
package test
|
|
|
|
public open class CustomProjectionKind {
|
|
/*primary*/ public constructor CustomProjectionKind()
|
|
public open fun foo(): kotlin.MutableList<out kotlin.Number>
|
|
}
|