diff --git a/idea/src/org/jetbrains/jet/plugin/quickfix/CreateMethodFromUsageFix.java b/idea/src/org/jetbrains/jet/plugin/quickfix/CreateMethodFromUsageFix.java index 5b64a243216..23b6c2745d2 100644 --- a/idea/src/org/jetbrains/jet/plugin/quickfix/CreateMethodFromUsageFix.java +++ b/idea/src/org/jetbrains/jet/plugin/quickfix/CreateMethodFromUsageFix.java @@ -990,8 +990,6 @@ public class CreateMethodFromUsageFix extends CreateFromUsageFixBase { declaration = variable; // otherwise fall through and guess, based on LHS } - // TODO: nested in a trivial expression (e.g. parentheses or if-else) - // guess based on declaration SearchScope scope = expr.getContainingFile().getUseScope(); Set expectedTypes = new HashSet();