Converted JetShortNamesCache to Kotlin

This commit is contained in:
Valentin Kipyatkov
2014-08-08 20:50:54 +04:00
parent 9c5778e174
commit ca59391e56
12 changed files with 316 additions and 443 deletions
@@ -193,6 +193,7 @@ public class ExpressionTypingUtils {
* @param scope
* @return
*/
@NotNull
public static List<CallableDescriptor> canFindSuitableCall(
@NotNull FqName callableFQN,
@NotNull JetExpression receiverExpression,