Files
kotlin/compiler/testData/loadJava/compiledJava/RecursiveRawUpperBound.txt

5 lines
115 B
Plaintext
Vendored

package test
public interface RecursiveRawUpperBound</*0*/ T : test.RecursiveRawUpperBound<out kotlin.Any?>!> {
}