10 lines
178 B
Plaintext
Vendored
10 lines
178 B
Plaintext
Vendored
// INFO: {"checked": "true"}
|
|
interface X<T, U>
|
|
|
|
// INFO: {"checked": "true"}
|
|
interface Y<V : Any>
|
|
|
|
// INFO: {"checked": "true"}
|
|
interface Z<T>
|
|
|
|
class B<S : Any, U : S, V>: A<S>() |