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

This reverts commit c9d8c5845babc20e58a38f0dc2d83363ff7378d3.

GitOrigin-RevId: 1fd74bfc8c347e5ed633f662f2e19978d25c7d64
This commit is contained in:
Dmitriy.Panov
2024-02-05 23:42:35 +01:00
committed by intellij-monorepo-bot
parent aa0acde8bd
commit 0bace9e4a0
6 changed files with 31 additions and 19 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.
*/