Files
kotlin/compiler/testData/loadJava/compiledJava/RecursiveRawUpperBound.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
136 B
Plaintext
Vendored

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