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