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