mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-148839 Change class signature allows to specify bound type for new type parameters
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class Main {
|
||||
|
||||
class <caret>B<X extends Long> {}
|
||||
|
||||
public void someMethod() {
|
||||
B<Long> b = new B<>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user