blob: 35f22387504372276ba2cf27e4a8c054a857dfca [file] [log] [blame]
interface Super<T> extends Int<T> {
}
interface Int<T> {
}