[devkit] Do not look up annotation values in class hierarchy for nested classes (IDEA-272789)

GitOrigin-RevId: 28f8eb1a2f7497d97cb99ccfe28938eceb0da0f0
This commit is contained in:
Vladimir Dolzhenko
2021-07-02 15:23:58 +02:00
committed by intellij-monorepo-bot
parent 2ca73ddb92
commit 90762922ca
2 changed files with 8 additions and 11 deletions

View File

@@ -2,7 +2,6 @@
@org.jetbrains.kotlin.test.TestMetadata("testData/refactoring")
public class ATest extends LightCodeInsightFixtureTestCase {
@com.intellij.testFramework.TestDataPath("")
@org.jetbrains.kotlin.test.TestMetadata("introduceVariable")
public static class IntroduceVariable extends ATest {
private void runTest(String testDataFilePath) throws Exception {