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

5 lines
125 B
Plaintext
Vendored

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