What is the erasure of `T` in `T extends CharSequence & Comparable<T>`?

from Type erasure
Java 25 LTS intermediate 1 min

What is the erasure of `T` in `T extends CharSequence & Comparable<T>`?

Report an error