mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
create class from usage: setup generics params as it is done for create from new ( IDEA-43214)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create Inner Class 'Foo'" "true"
|
||||
public class Test {
|
||||
<R> void foo(Fo<caret>o<R, String> f){}
|
||||
|
||||
private class Foo<R, T> {
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create Inner Class 'Foo'" "true"
|
||||
public class Test {
|
||||
<R> void foo(Fo<caret>o<R, String> f){}
|
||||
}
|
||||
Reference in New Issue
Block a user