mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
live templates: incorrect adding generic parameter IDEA-134434
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import java.util.List;
|
||||
|
||||
class Foo {
|
||||
<T> void method1(final T[] val) {
|
||||
class Inner {
|
||||
void method2() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user