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?> {
|
|
}
|
|
}
|