diff --git a/idea/performanceTests/org/jetbrains/kotlin/idea/testFramework/projectRoutines.kt.183 b/idea/performanceTests/org/jetbrains/kotlin/idea/testFramework/projectRoutines.kt.183 index 39aa4ca77dc..1802d45a80b 100644 --- a/idea/performanceTests/org/jetbrains/kotlin/idea/testFramework/projectRoutines.kt.183 +++ b/idea/performanceTests/org/jetbrains/kotlin/idea/testFramework/projectRoutines.kt.183 @@ -61,10 +61,12 @@ fun closeProject(project: Project) { projectManagerEx.closeAndDispose(project) } +// BUNCH: 183 fun waitForAllEditorsFinallyLoaded(project: Project) { - // 182 does not have this public api + // 183 does not have this public api } +// BUNCH: 183 fun replaceWithCustomHighlighter(parentDisposable: Disposable, fromImplementationClass: String, toImplementationClass: String) { - // 182 does not have this public api + // 183 does not have this public api }