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