cleanup: get rid of mutable stuff (part of KTIJ-26893 K2: Create*FromUsageFix fix)

GitOrigin-RevId: 9504fa61ca4d88d2b01f837d0d00ca7d4768f93f
This commit is contained in:
Alexey Kudravtsev
2024-02-06 15:37:58 +01:00
committed by intellij-monorepo-bot
parent d9edaff7d0
commit 8dc9393675
7 changed files with 25 additions and 37 deletions

View File

@@ -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.
*/