mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
package test
|
|
|
|
public final class StarProjection {
|
|
public constructor StarProjection()
|
|
public final fun foo(): test.StarProjection.MyClass<out kotlin.CharSequence!>
|
|
|
|
public trait MyClass</*0*/ T : kotlin.CharSequence!> {
|
|
}
|
|
}
|