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