From 0cbbe3e5ea245a2a90151bfbbb88e11f53ff004b Mon Sep 17 00:00:00 2001 From: svtk Date: Tue, 22 Oct 2013 19:01:52 +0400 Subject: [PATCH] comment added --- .../jet/lang/resolve/calls/autocasts/DataFlowValueFactory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/resolve/calls/autocasts/DataFlowValueFactory.java b/compiler/frontend/src/org/jetbrains/jet/lang/resolve/calls/autocasts/DataFlowValueFactory.java index 45be05bd896..173f6e40f80 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/resolve/calls/autocasts/DataFlowValueFactory.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/resolve/calls/autocasts/DataFlowValueFactory.java @@ -170,6 +170,7 @@ public class DataFlowValueFactory { if (declarationDescriptor instanceof VariableDescriptor) { ResolvedCall resolvedCall = bindingContext.get(RESOLVED_CALL, simpleNameExpression); // todo uncomment assert + // KT-4113 // for now it fails for resolving 'invoke' convention, return it after 'invoke' algorithm changes // assert resolvedCall != null : "Cannot create right identifier info if the resolved call is not known yet for " + declarationDescriptor;