mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
10 lines
237 B
Plaintext
Vendored
10 lines
237 B
Plaintext
Vendored
package test
|
|
|
|
public final class UnboundWildcard {
|
|
/*primary*/ public constructor UnboundWildcard()
|
|
public final fun foo(): test.UnboundWildcard.MyClass<*>?
|
|
|
|
public interface MyClass</*0*/ T : kotlin.CharSequence?> {
|
|
}
|
|
}
|