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