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