mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-27 08:31:28 +00:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
package test
|
|
|
|
public trait RecursiveRawUpperBound</*0*/ T : test.RecursiveRawUpperBound<out kotlin.Any?>!> {
|
|
}
|