Debugger: Fix 'expect fun' evaluation from common code (KT-26742)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user