mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 07:50:55 +07:00
5 lines
166 B
Java
5 lines
166 B
Java
// "Move bound 'java.lang.Number' to the beginning of the bounds list of type parameter 'X'" "true-preview"
|
|
class C <X extends Runnable & <caret>Number> {
|
|
X x;
|
|
}
|