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