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