6b92f67eac
Raw(A<T_i>) = (A<UP(T_i)>..A<*>) Raw types have specific scopes that behaves like JVM signature erasure
5 lines
152 B
Plaintext
Vendored
5 lines
152 B
Plaintext
Vendored
package test
|
|
|
|
public interface RawUpperBound</*0*/ T : (test.RawUpperBound<test.RawUpperBound<*>>..test.RawUpperBound<out test.RawUpperBound<*>>?)> {
|
|
}
|