Annotation parameter processing util

This commit is contained in:
Michael Bogdanov
2014-07-04 12:32:48 +04:00
parent 6b34035455
commit 14788213a2
4 changed files with 66 additions and 40 deletions
@@ -293,7 +293,7 @@ public class JetPositionManager implements PositionManager {
if (call == null) return false;
InlineStrategy inlineType = InlineUtil.getInlineType(call.getResultingDescriptor().getAnnotations());
InlineStrategy inlineType = InlineUtil.getInlineType(call.getResultingDescriptor());
if (!inlineType.isInline()) return false;
for (Map.Entry<ValueParameterDescriptor, ResolvedValueArgument> entry : call.getValueArguments().entrySet()) {