7125989c69
#KT-5803 Fixed
22 lines
218 B
Plaintext
Vendored
22 lines
218 B
Plaintext
Vendored
// INFO: {"checked": "true"}
|
|
interface X<T, U> {
|
|
|
|
}
|
|
|
|
// INFO: {"checked": "false"}
|
|
interface Y<V> {
|
|
|
|
}
|
|
|
|
// INFO: {"checked": "true"}
|
|
interface Z<T> {
|
|
|
|
}
|
|
|
|
class P {
|
|
|
|
}
|
|
|
|
class B<S, U, V> extends A<S> implements Y<U> {
|
|
|
|
} |