mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
cleanup: get rid of mutable stuff (part of KTIJ-26893 K2: Create*FromUsageFix fix)
GitOrigin-RevId: c9d8c5845babc20e58a38f0dc2d83363ff7378d3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c77511e324
commit
7a79a8bf2a
@@ -13,7 +13,7 @@ public interface ExpectedParameter {
|
||||
List<ExpectedType> getExpectedTypes();
|
||||
|
||||
/**
|
||||
* For example for unresolved call in Java {@code a.foo(bars)} this method will return 'bars' string,
|
||||
* For example, for unresolved call in Java {@code a.foo(bars)} this method will return 'bars' string,
|
||||
* which then will be used to suggest parameter names
|
||||
* taking code style parameter prefix into consideration as well as its type.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user