mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
[extract method] IDEA-317499: infer type arguments for class usage parameters ('this')
GitOrigin-RevId: 7e1b558415ac7a7d381287e99bf54ce87eeef6cb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
26bae9e549
commit
23ff859664
@@ -0,0 +1,5 @@
|
||||
public class Test<K> {
|
||||
public Test<K> test() {
|
||||
<selection>return this;</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user