Debugger: Fix 'expect fun' evaluation from common code (KT-26742)

This commit is contained in:
Yan Zhulanow
2019-06-14 22:33:27 +09:00
parent 873f4a1b08
commit 6d7d524b9b
4 changed files with 29 additions and 13 deletions
@@ -31,6 +31,7 @@ interface KotlinCacheService {
}
fun getResolutionFacade(elements: List<KtElement>): ResolutionFacade
fun getResolutionFacade(elements: List<KtElement>, platform: TargetPlatform): ResolutionFacade
fun getResolutionFacadeByFile(file: PsiFile, platform: TargetPlatform): ResolutionFacade?
fun getSuppressionCache(): KotlinSuppressCache