mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
CreateTypeParameterFromUsage: ignore when identifier is in call
IDEA-192775
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create type parameter 'method'" "false"
|
||||
|
||||
class SampleTestCase extends TestCase {
|
||||
public void testStringsNotEqual() {
|
||||
method<caret>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user