Implement rendering of raw types
Also add some clarification in spec
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
public interface RecursiveRawUpperBound</*0*/ T : (test.RecursiveRawUpperBound<test.RecursiveRawUpperBound<*>>..test.RecursiveRawUpperBound<out test.RecursiveRawUpperBound<*>>?)> {
|
||||
public interface RecursiveRawUpperBound</*0*/ T : test.RecursiveRawUpperBound<(raw) test.RecursiveRawUpperBound<*>>!> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user