mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-22 00:21:31 +00:00
5 lines
75 B
Java
5 lines
75 B
Java
package test;
|
|
|
|
public interface RawUpperBound<T extends RawUpperBound> {
|
|
}
|