Files
kotlin/compiler/testData/loadJava/compiledJava/RecursiveWildcardUpperBound.txt
Denis Zharkov 41d4af2cb9 Implement rendering of raw types
Also add some clarification in spec
2015-08-06 08:18:18 +03:00

5 lines
151 B
Plaintext
Vendored

package test
public interface RecursiveWildcardUpperBound</*0*/ T : test.RecursiveWildcardUpperBound<(raw) test.RecursiveWildcardUpperBound<*>>!> {
}