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