From ef24287859ff9b16dbb94529d2ffbbbbb65522d4 Mon Sep 17 00:00:00 2001 From: Andrey Starovoyt Date: Sun, 26 Feb 2017 18:25:10 +0300 Subject: [PATCH] typescript: support quick fixes for ts2.2 --- .../intellij/codeInsight/daemon/DaemonAnalyzerTestCase.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/java/testFramework/src/com/intellij/codeInsight/daemon/DaemonAnalyzerTestCase.java b/java/testFramework/src/com/intellij/codeInsight/daemon/DaemonAnalyzerTestCase.java index 8c64d65a0006..e111d22d42a5 100644 --- a/java/testFramework/src/com/intellij/codeInsight/daemon/DaemonAnalyzerTestCase.java +++ b/java/testFramework/src/com/intellij/codeInsight/daemon/DaemonAnalyzerTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2016 JetBrains s.r.o. + * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -62,7 +62,6 @@ import com.intellij.testFramework.FileTreeAccessFilter; import com.intellij.testFramework.HighlightTestInfo; import com.intellij.testFramework.InspectionsKt; import com.intellij.testFramework.fixtures.impl.CodeInsightTestFixtureImpl; -import com.intellij.util.IncorrectOperationException; import com.intellij.util.containers.ContainerUtil; import com.intellij.xml.XmlSchemaProvider; import gnu.trove.TIntArrayList; @@ -375,7 +374,7 @@ public abstract class DaemonAnalyzerTestCase extends CodeInsightTestCase { } @NotNull - private static List getIntentionActions(@NotNull Collection infos, + protected static List getIntentionActions(@NotNull Collection infos, @NotNull Editor editor, @NotNull PsiFile file) {