[Analysis API] Support 'analyzeWithAllCompilerChecks()' in FE10

This commit is contained in:
Yan Zhulanow
2023-07-24 23:23:58 +09:00
committed by Space Team
parent 4b43e72440
commit 441735c2a8
@@ -40,6 +40,7 @@ interface Fe10AnalysisFacade {
fun getOrigin(file: VirtualFile): KtSymbolOrigin
enum class AnalysisMode {
ALL_COMPILER_CHECKS,
FULL,
PARTIAL_WITH_DIAGNOSTICS,
PARTIAL